Table of Contents

Property Tag

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

Tag

Gets or sets an object that contains data associated with this instance.

public object? Tag { readonly get; set; }

Property Value

object

Remarks

This property can be used to store additional information related to the instance, such as metadata or user-defined data. The type is object, allowing any type of data to be assigned.