Skip to main content

DXTabItem.HeaderTemplate Property

Gets or sets a template representing the visual appearance of the tab item's header. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public DataTemplate HeaderTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object representing the template that defines the visual appearance of the item's header.

#Remarks

The header's content is specified by the DXTabItem.Header property.

If the DXTabControl is bound to a data source, a single template is used for all tab headers. This template is specified by the DXTabControl.ItemHeaderTemplate property.

See Also