Back to Devexpress

BaseRange.Name Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserange-9ad81739.md

latest1.0 KB
Original Source

BaseRange.Name Property

Gets or sets the name of the range.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public string Name { get; set; }
vb
Public Property Name As String

Property Value

TypeDescription
String

A string that specifies the name of the range.

|

See Also

BaseRange Class

BaseRange Members

DevExpress.XtraGauges.Core.Model Namespace