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

TcxCustomScheduler.OnNavigationButtonClick Event

In This Article

Allows you to respond to the user event navigation button click.

#Declaration

Delphi
property OnNavigationButtonClick: TcxSchedulerNavigationButtonClickEvent read; write;

#Remarks

Fires after an enabled user event navigation button has been clicked.

User event navigation buttons are displayed if no user events are scheduled on the date currently shown in the time View. These buttons are enabled, if user events are scheduled on other dates.

Sender specifies the scheduler control.

AnInterval returns a signed time interval to the nearest user event. If the value is negative, it means that the Previous appointment button has been clicked. A positive value means that the Next appointment button has been clicked.

AResource returns a resource, to which the navigation button belongs.

AHandled specifies whether the default action is required. Set AHandled to True to prevent the default action execution.

See Also