Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRangeControl.SelectedRangeMinValue Property

Specifies the lower bound of the selected range.

#Declaration

Delphi
property SelectedRangeMinValue: TdxRangeEditValue read; write;

#Property Value

Type
TdxRangeEditValue

#Remarks

The SelectedRangeMinValue and SelectedRangeMaxValue properties specify the lower and upper bounds of the currently selected range in the range control’s content area, respectively. The SelectedRangeMinValue property value (in measurement units determined by the range control’s client properties) corresponds to the position of the thumb indicating the selected range’s left border.

To specify the lowest value displayed by the range control, use the VisibleRangeMinValue property.

See Also