DXTabControl.ControlBoxLeftTemplate Property
Gets or sets a template used to visualize the left 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 left control box. |
Remarks
The right control box is located on the left side of the Tab Panel.

See Also