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

TcxSchedulerCustomResourceViewHitTest.HitAtButton Property

Returns whether the test point belongs to the “more events” button.

#Declaration

Delphi
property HitAtButton: Boolean index htcButton read;

#Property Value

Type
Boolean

#Remarks

When using the Day View the “more events” button is displayed if there are user events outside of the current boundaries of the scheduling area. In the Week, Weeks, or Year View the “more events” button is displayed if there are user events that are outside of the current boundaries of the day’s cell. In the latter case, along with scrolling to user events the button also activates the Day View.

If the test point belongs to the “more events” button, the HitAtButton property returns True. Otherwise – False.

See Also