Back to Devexpress

DXTabControl.TabPanel Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-17c61421.md

latest1.1 KB
Original Source

DXTabControl.TabPanel Property

Gets the panel that contains tab headers.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TabPanelContainer TabPanel { get; }
vb
Public ReadOnly Property TabPanel As TabPanelContainer

Property Value

TypeDescription
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

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace