NavElement.Enabled Property
Gets or sets whether the current NavElement object is enabled. This property affects the TileNavPane.Buttons collection elements.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the current NavElement is enabled; otherwise, false. |
Remarks
Depending on the TileNavPane.UseDisabledStateAppearance property, disabled buttons may look identical to enabled, or use unique appearance settings stored in the TileNavPane.AppearanceDisabled property.
See Also