Skip to main content

TdxCustomRangeControl.SelectedRangeMinValue Property

Specifies the lower bound of the selected range.

Declaration

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