Back to Devexpress

RangeBaseEdit.Value Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit.md

latest1.7 KB
Original Source

RangeBaseEdit.Value Property

Gets or sets the editor’s value.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double Value { get; set; }
vb
Public Property Value As Double

Property Value

TypeDescription
Double

A Double value that specifies the editor’s value.

|

Remarks

The Value property cannot be set to a value less than RangeBaseEdit.Minimum and greater than RangeBaseEdit.Maximum.

Note

When using a range track bar, allowing a range of values to be specified, use its TrackBarEdit.SelectionStart and TrackBarEdit.SelectionEnd properties to specify the range. The editor’s BaseEdit.EditValue property returns a TrackBarEditRange object.

See Also

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace