Skip to main content

BaseLayoutItem.IsTabPage Property

Gets whether the current item is represented as a tab page. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsTabPage { get; }

Property Value

Type Description
Boolean

true if the current item is represented as a tab page; otherwise, false.

Remarks

Items are represented as tab pages when they are combined into:

See Also