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

Label.Name Property

Gets or sets the label’s name.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

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

Property Value

Type Description
String

A string that specifies the label’s name.

See Also