corelibraries-devexpress-dot-xtrascheduler-a9b2d465.md
Provides data for the SchedulerControl.MoreButtonClicked event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class MoreButtonClickedEventArgs :
EventArgs
Public Class MoreButtonClickedEventArgs
Inherits EventArgs
MoreButtonClickedEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SchedulerControl.MoreButtonClicked |
| ASP.NET Web Forms Controls | ASPxScheduler.MoreButtonClicked |
The MoreButtonClickedEventArgs provides information on the time interval of the cell where the “More” button is located - MoreButtonClickedEventArgs.Interval, the resource associated with the time cell - MoreButtonClickedEventArgs.Resource, and on the top visible time of the view to which the scheduler navigates - MoreButtonClickedEventArgs.TargetViewStart.
To cancel the default action navigating to the out of sight appointment, set the MoreButtonClickedEventArgs.Handled property value to true.
An instance of the MoreButtonClickedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs MoreButtonClickedEventArgs
See Also