Skip to main content

MoreButtonClickedEventArgs Members

Provides data for the ASPxClientScheduler.MoreButtonClicked client-side event.

Constructors

Name Description
constructor(dateTime, resource) Initializes a new instance of MoreButtonClickedEventArgs class with the specified parameters.

Properties

Name Description
handled Gets or sets whether an event is handled. If it is handled, default actions are not required.
interval Gets the time interval of the cell where the button is located.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
resource Gets the resource identifier associated with the cell where the button is located.
targetDateTime Gets the Start or End values of the target appointment.
See Also