Skip to main content
A newer version of this page is available. .

BaseLayoutItem.IsActive Property

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsActive { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether the item is active.

See Also