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

veHeaderedContentControl.Header Property

Gets or sets the control’s header.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public object Header { get; set; }

Property Value

Type Description
Object

An object that is the control’s header.

Remarks

To render the Header object in a specific manner, you can provide a template via the veHeaderedContentControl.HeaderTemplate and veHeaderedContentControl.HeaderTemplateSelector properties.

You can apply additional formatting to the Header object via the veHeaderedContentControl.HeaderStringFormat property. In this case, to return the actual header text, use veHeaderedContentControl.ActualHeader.

See Also