Gets or sets a value indicating whether the group is enabled.

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

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
public override bool Enabled { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
Public Overrides Property Enabled As Boolean
	Get
	Set

See Also