RangeControl.SelectedRange Property
Gets or sets the selected range.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RangeControlRange | A RangeControlRange object that specifies the selected range’s bounds. |
Remarks
You can use this property to obtain the range selected by an end-user. This property can also be set in code to change the current selected range.
While setting a range, note that the RangeControlRange.Maximum value must be greater than or equal to the current RangeControlRange.Minimum value.
See Also