HeaderedContentControlHeaderTemplate 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) Version: 11.3.999
public IDataTemplate? HeaderTemplate { get; set; }

Property Value

IDataTemplate

See Also