ControlBaseTag Property

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

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Object Tag { get; set; }

Return Value

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

See Also