Skip to main content

DXTabItem.Header Property

Gets or sets the content of the tab item's header. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

[TypeConverter(typeof(ObjectConverter))]
public object Header { get; set; }

#Property Value

Type Description
Object

An object representing the header's content.

#Remarks

To specify a template that defines the visual representation of the header's content, use the DXTabItem.HeaderTemplate property. When the tab control is bound to a data source, a single template is used for all tab items. The template is specified by the DXTabControl.ItemHeaderTemplate property.

See Also