Table of Contents

Property Tag

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Tag

Gets or sets the object that contains data about the control.

object? Tag { get; set; }

Property Value

object

An object that contains data about the control. The default is null.

Remarks

Any type derived from the object class can be assigned to this property. A common use for the Tag property is to store data that is closely associated with the control.