Skip to main content

TcxCustomScheduler.OnMoreEventsButtonClick Event

Fires when an end-user clicks the button which brings user events into view.

Declaration

property OnMoreEventsButtonClick: TcxSchedulerMoreEventsButtonClickEvent read; write;

Remarks

This button (called the “more events” button) is a yellow rectangle, which contains an ellipsis with a small arrow. If user events are outside the screen region the button appears in the primary time ruler (in the Day View) or in the corresponding day’s cell (in the Week, Weeks, TimeGrid, or Year View).

In the Day View, the “more events” button (when clicked) scrolls the time View to make user events appear in the scheduling area. In the Week or Weeks View, the button switches to the Day View to display the selected day. In the TimeGrid or Year View, a click on this button does nothing.

Handle the OnMoreEventsButtonClick event to provide custom behavior for button clicks.

The Sender parameter specifies the scheduler control.

Pass True as the AHandled parameter to prevent the default behavior from being executed after the OnMoreEventsButtonClick event handler.

See Also