TabControlSelectedContent Property

Gets or sets the content of the selected tab.

Definition

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

Property Value

Object
The content of the selected tab.

See Also