Back to Devexpress

BaseLayoutItem.IsActive Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-6ff85936.md

latest1.1 KB
Original Source

BaseLayoutItem.IsActive Property

Gets or sets whether the item is active. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsActive { get; set; }
vb
Public Property IsActive As Boolean

Property Value

TypeDescription
Boolean

A Boolean value that specifies whether the item is active.

|

See Also

ActiveDockItem

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace