ControlTag Property

Gets or sets a user-defined object attached to the control.

Definition

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

Property Value

Object

See Also