Skip to main content

veHeaderedItemsControl.HeaderTemplate Property

Gets or sets the template used to render the veHeaderedItemsControl.Header object.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate HeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

The DataTemplate used to render the veHeaderedItemsControl.Header object.

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also