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

BaseRangeBar.Value Property

Gets or sets the value of a range bar.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public float? Value { get; set; }

Property Value

Type Default Description
Nullable<Single> *null*

A Double value that specifies the position of a range bar on the scale.

See Also