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