Skip to main content
A newer version of this page is available. .

More Buttons

The “More” buttons are used to show more appointments for this day by switching to more detailed view or scrolling to the next appointment.

Docs_VisualElements_SchedulerControl_MoreButtonsDayView

 

Docs_VisualElements_SchedulerControl_MoreButtonsMonthView

When appointments in the scheduler are grouped (the SchedulerControl.GroupType property is set to SchedulerGroupType.Resource or SchedulerGroupType.Date), the buttons can be shown within each column or only on the Time Ruler in the Day View. This behavior is determined by the DayView.ShowMoreButtonsOnEachColumn setting.

To hide these buttons, change the SchedulerViewBase.ShowMoreButtons property. When a button is clicked, the SchedulerControl.MoreButtonClicked event occurs.

Clicking the “More” button in the Month View switches the scheduler to the Day View by default. Even if Day View is disabled, the scheduler switches to it because the “More” button should perform an action when clicked. If this behavior is undesirable, you can hide “More” buttons or handle the SchedulerControl.MoreButtonClicked event to cancel the action.