Skip to main content

BaseTile.Enabled Property

Gets or sets whether the current Tile is enabled.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public virtual bool? Enabled { get; set; }

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