Skip to main content

BaseGauge.Tag Property

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

#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