TdxCustomRangeControl.SelectedRangeMaxValue Property
Specifies the upper bound of the selected range.
Declaration
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