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

DXTabControl.ContentHeaderTemplate Property

Gets or sets the template used to visualize the content header.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public DataTemplate ContentHeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that visualizes the content header.

Remarks

TabControl_HeaderAndFooter

See Also