TabControl.

SelectedContentTemplate Property

Summary

Gets or sets the content template for the selected tab.
Namespace
Avalonia.Controls
Containing Type
TabControl

Syntax

public IDataTemplate SelectedContentTemplate { get; internal set; }

Value

Type Description
IDataTemplate The content template of the selected tab.