TabControlSelectedContentTemplate Property

Gets or sets the content template for the selected tab.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IDataTemplate? SelectedContentTemplate { get; }

Property Value

IDataTemplate
The content template of the selected tab.

See Also