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

Specifies the lowest value currently displayed by the range control.

#Declaration

Delphi
property VisibleRangeMinValue: TdxRangeEditValue read; write;

#Property Value

Type
TdxRangeEditValue

#Remarks

The VisibleRangeMinValue and VisibleRangeMaxValue properties specify the lower and upper bounds of the displayed range, corresponding to the start (0) and end (1) coordinates of the range control’s viewport area.

The VisibleRnageMinValue property value is specified in measurement units determined by the range control’s active data range selection and visualization model and its settings.

To specify the position of selection thumbs indicating the lower and upper bounds of the selected range (in measurement units used by the active/visible scale), use the SelectedRangeMinValue and SelectedRangeMaxValue properties, respectively.

See Also