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.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[TypeConverter("DevExpress.Utils.Editors.ObjectEditorTypeConverter, DevExpress.Data.v24.1")]
public virtual object Tag { get; set; }
Property Value
Type | Description |
---|---|
Object | 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