Skip to main content

Label.Name Property

Gets or sets the label’s name.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
[Bindable(false)]
public override string Name { get; set; }

Property Value

Type Description
String

A string that specifies the label’s name.

See Also