Table of Contents

Property Tag

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

Tag

Gets or sets data related to the object.

object? Tag { get; set; }

Property Value

object

An object that contains data. The default is null.

Remarks

Any type derived from the object class can be assigned to this property.