Gets or sets the enable state of the C1SuperPanel.
Namespace:
C1.Web.UI.Controls.C1SuperPanelAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public override bool Enabled { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Overrides Property Enabled As Boolean Get Set |