Back to Devexpress

BaseGauge.Tag Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-basegauge-68b51fd8.md

latest1.5 KB
Original Source

BaseGauge.Tag Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(null)]
public virtual object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

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

BaseGauge Class

BaseGauge Members

DevExpress.XtraGauges.Core.Model Namespace