BaseTile.Enabled Property
Gets or sets whether the current Tile is enabled.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null | true if the Tile is enabled; otherwise, false. |
Remarks
Disabled Tiles are displayed as semitransparent. To completely hide a Tile, use the BaseTile.Visible property.
See Also