Back to Devexpress

RangeTrackBarControl.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-rangetrackbarcontrol-15ab2422.md

latest1.6 KB
Original Source

RangeTrackBarControl.Value Property

Gets or sets the editor’s value.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[Bindable(true)]
public TrackBarRange Value { get; set; }
vb
<DXCategory("Behavior")>
<Bindable(True)>
Public Property Value As TrackBarRange

Property Value

TypeDescription
TrackBarRange

A TrackBarRange object that represents the editor’s value.

|

Remarks

The TrackBarRange object represents the range of values. It provides the TrackBarRange.Minimum and TrackBarRange.Maximum properties that specify the minimum and maximum limits of the range.

See Also

RangeTrackBarControl Class

RangeTrackBarControl Members

DevExpress.XtraEditors Namespace