Skip to main content
A newer version of this page is available. .

BaseTile.Enabled Property

Gets or sets whether the current Tile is enabled.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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