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

TdxCustomRangeControlHitTest.HitAtClientAreaMinSelectionThumb Property

Identifies if the inspected point corresponds to the selection thumb indicating the lower bound of the selected data range.

#Declaration

Delphi
property HitAtClientAreaMinSelectionThumb: Boolean index rchtClientAreaMinSelectionThumb read;

#Property Value

Type
Boolean

#Remarks

The HitAtClientAreaMinSelectionThumb and HitAtClientAreaMaxSelectionThumb properties allow you to identify if the inspected point corresponds to one of the thumbs that indicate/define the lower and upper bounds of the selected data range, respectively.

{Image}

This property returns True if the inspected point corresponds to the selection thumb indicating the range control’s SelectedRangeMinValue property value on the currently displayed scale; otherwise, False.

See Also