HeaderTemplate Property
Gets or sets the data template used to display the header content of the control.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IDataTemplate? HeaderTemplate { get; set; }
Public Property HeaderTemplate As IDataTemplate
Get
Set
member HeaderTemplate : IDataTemplate with get, set
Property Value
IDataTemplateSee Also
Reference
HeaderedSelectingItemsControl Class
Avalonia.Controls.Primitives Namespace