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.v19.1.dll

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