Back to Devexpress

DockPanel.IsTab Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-96927fbc.md

latest1.8 KB
Original Source

DockPanel.IsTab Property

Gets whether the current panel belongs to a tab container.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsTab { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsTab As Boolean

Property Value

TypeDescription
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

ParentPanel

Tabbed

ActiveChildIndex

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace