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.SelectedRangeMaxValue Property

Specifies the upper bound of the selected range.

#Declaration

Delphi
property SelectedRangeMaxValue: 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 SelectedRangeMaxValue 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 right border.

To specify the highest value displayed by the range control, use the VisibleRangeMaxValue property.

See Also