Skip to main content

DockPanel.IsTab Property

Gets whether the current panel belongs to a tab container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsTab { get; }

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