Skip to main content

BaseLayoutItem.IsActive Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.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