DXTabControl.TabPanel Property
In This Article
Gets the panel that contains tab headers.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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