Back to Devexpress

BaseTile.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-6037e0cc.md

latest1.7 KB
Original Source

BaseTile.Visible Property

Gets or sets whether the current Tile is visible.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Nullable<Boolean>null

true if the Tile is visible; otherwise, false.

|

Remarks

You can also use the BaseTile.Enabled property to enable or disable Tiles. Disabled Tiles are still visible but drawn as semitransparent.

See Also

Enabled

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace