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

BaseGaugeWin.Name Property

Gets or sets the gauge’s name.

Namespace: DevExpress.XtraGauges.Win.Base

Assembly: DevExpress.XtraGauges.v21.2.Win.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gauges

Declaration

[XtraSerializableProperty]
public override string Name { get; set; }

Property Value

Type Description
String

A string that specifies the gauge’s name.

See Also