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

DXTabControl.TabPanel Property

Gets the panel that contains tab headers.

Namespace: DevExpress.Xpf.Core

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

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