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