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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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