Skip to main content
A newer version of this page is available. .

BaseGauge.Tag Property

Gets or sets the object that contains data associated with the BaseGauge object.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public virtual object Tag { get; set; }

Property Value

Type Default Description
Object *null*

An Object that contains any arbitrary data.

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 this gauge object.

See Also