DXTabItem.HeaderTemplate Property
In This Article
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
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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