Skip to main content
Tab

NavBarGroup.Enabled Property

Gets or sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true if the group is enabled; otherwise, false.

Remarks

When this property is set to false, the group doesn’t response to any end-user interactions such as mouse hovering or clicks.

See Also