Back to Devexpress

DXTabControl.ControlBoxRightTemplate Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-dad7e5c4.md

latest1.2 KB
Original Source

DXTabControl.ControlBoxRightTemplate Property

Gets or sets the template used to visualize the right control box.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate ControlBoxRightTemplate { get; set; }
vb
Public Property ControlBoxRightTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that visualizes the right control box.

|

Remarks

The right control box is located on the right side of the Tab Panel.

See Also

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace