Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXTabControl.TabPanel Property

Gets the panel that contains tab headers.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public TabPanelContainer TabPanel { get; }

#Property Value

Type Description
DevExpress.Xpf.Core.Native.TabPanelContainer

A DevExpress.Xpf.Core.TabPanel object representing the panel.

#Remarks

Use the TabPanel property to access the panel that contains tab headers (for instance, it can be used to obtain the total width of tab headers).

See Also