TabControl.

SelectedContent Property

Summary

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

Syntax

public object SelectedContent { get; internal set; }

Value

Type Description
object The content of the selected tab.