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

BaseGauge.Name Property

Gets or sets the gauge’s name.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public virtual string Name { get; set; }

Property Value

Type Description
String

A string that specifies the gauge’s name.

See Also