Skip to main content

IsLoaded Property

Gets a value indicating whether the control is fully constructed in the visual tree and both layout and render are complete.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public bool IsLoaded { get; }

Property Value

Boolean

Remarks

This is set to true while raising the Loaded event.

See Also

Reference

Control Class
Avalonia.Controls Namespace