Skip to main content

MoreButtonClickedEventArgs Class

Provides data for the SchedulerControl.MoreButtonClicked event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class MoreButtonClickedEventArgs :
    EventArgs

Remarks

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.

Inheritance

Object
EventArgs
MoreButtonClickedEventArgs
See Also