Back to Devexpress

BaseGaugeWin.Name Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-basegaugewin-d6a9008d.md

latest1.1 KB
Original Source

BaseGaugeWin.Name Property

Gets or sets the gauge’s name.

Namespace : DevExpress.XtraGauges.Win.Base

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty]
public override string Name { get; set; }
vb
<XtraSerializableProperty>
Public Overrides Property Name As String

Property Value

TypeDescription
String

A string that specifies the gauge’s name.

|

See Also

BaseGaugeWin Class

BaseGaugeWin Members

DevExpress.XtraGauges.Win.Base Namespace