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

DXTabControl.ControlBoxLeftTemplate Property

Gets or sets a template used to visualize the left control box.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataTemplate ControlBoxLeftTemplate { get; set; }

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.

TabControl_ControlBoxes

See Also