Back to Devexpress

BaseContentContainer.IsActive Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-c0923548.md

latest2.0 KB
Original Source

BaseContentContainer.IsActive Property

Gets whether the Content Container is currently 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 Content Container is currently active; otherwise, false.

|

Remarks

Use the IWindowsUIViewController.Activate method to activate a Content Container.

See Also

Activate

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace