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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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:
- a TabbedGroup.
- a DocumentGroup
- a LayoutGroup whose LayoutGroup.GroupBorderStyle property is set to GroupBorderStyle.Tabbed
See Also