Back to Devexpress

BaseTile.IsActive Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-9f9ff6ee.md

latest1.9 KB
Original Source

BaseTile.IsActive Property

Gets whether the current Tile is active.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsActive { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsActive As Boolean

Property Value

TypeDescription
Boolean

true if the current Tile is active; otherwise, false.

|

Remarks

A Tile is active when its related Document (see the Tile.Document property) is displayed. In other words, the IsActive property for a Tile has the same value as its Document’s BaseDocument.IsActive property.

See Also

IsActive

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace