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

Indicates if the inspected point corresponds to a scale header displayed by the range control‘s ruler.

#Declaration

Delphi
property HitAtRulerElement: Boolean index rchtRulerElement read;

#Property Value

Type
Boolean

#Remarks

Visible scales are divided into clickable headers only if the Date/Time Header or Scheduler data range selection and visualization model is active.

{Image}

The HitAtRulerElement property returns True if the inspected point corresponds to one of the scale headers within the range control’s viewport; otherwise, False.

See Also