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

DockPanel.IsTab Property

Gets whether the current panel belongs to a tab container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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