Table of Contents

Property Tag

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

Tag

Gets or sets an object that contains some data about the component.

[Bindable(true)]
[TypeConverter(typeof(StringConverter))]
public virtual object? Tag { get; set; }

Property Value

object

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