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

ASPxScheduler.MoreButtonClicked Event

Server-side event. Occurs when the user clicks one of the More Buttons.ASPxScheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public event MoreButtonClickedEventHandler MoreButtonClicked

Event Data

The MoreButtonClicked event's data class is MoreButtonClickedEventArgs. The following properties provide information specific to this event:

Property Description
Handled Gets or sets whether an event is handled. If it is handled, default actions are not required.
Interval Gets time interval of the cell where the button is located.
Resource Gets the resource associated with the cell where the button is located.
TargetViewStart Gets or sets the top row time of the target view.

Remarks

The MoreButtonClicked event is raised after the client-side ASPxClientScheduler.MoreButtonClicked. In Day View.Views and Work-Week View.Views you should specify the ASPxClientProcessingModeEventArgs.processOnServer property within the client event’s handler, to allow server-side processing.

See Also