Gets or sets a value indicating whether the Web server control is enabled.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
public override bool Enabled { get; set; }
Visual Basic
<JsonAttribute(True, True, True)> _
Public Overrides Property Enabled As Boolean
	Get
	Set

Field Value

True if control is enabled; otherwise, false. The default is true.

See Also