DXTabControl.ControlBoxPanelTemplate Property
Gets or sets a template used to visualize the TabPanel’s control box.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate object that visualizes the TabPanel’s control box. |
Remarks
The TabPanel’s control box is next to tab item headers and buttons shown within the Tab Panel.

See Also