DockPanel.IsTab Property
Gets whether the current panel belongs to a tab container.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the panel is displayed as a tab page in a tab container; otherwise, false. |
Remarks
The IsTab property returns true if the current panel is displayed as a tab page in a tab container. This panel’s DockPanel.ParentPanel property provides access to the tab container itself.
See Also