ASPxClientNavBarGroup.GetEnabled Method
Returns a value specifying whether a group is enabled.
Declaration
GetEnabled(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the GetEnabled method to check a group’s ability to respond to end-user interactions (such as mouse hovering or clicks). The initial availability state of a group can be defined using its server NavBarGroup.Enabled property.
See Also