Skip to main content

BaseGaugeWin.Name Property

Gets or sets the gauge’s name.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: 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