Back to Devexpress

BaseTile.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-1021099a.md

latest1.6 KB
Original Source

BaseTile.Enabled Property

Gets or sets whether the current Tile is enabled.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual bool? Enabled { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Enabled As Boolean?

Property Value

TypeDefaultDescription
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

Visible

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace