Back to Devexpress

SchedulerControl.MoreButtonClicked Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-46a5098c.md

latest2.8 KB
Original Source

SchedulerControl.MoreButtonClicked Event

Occurs when the More Button is clicked.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event MoreButtonClickedEventHandler MoreButtonClicked
vb
Public Event MoreButtonClicked As MoreButtonClickedEventHandler

Event Data

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

PropertyDescription
HandledGets or sets whether an event is handled. If it is handled, default actions are not required.
IntervalGets time interval of the cell where the button is located.
ResourceGets the resource associated with the cell where the button is located.
TargetViewStartGets or sets the top row time of the target view.

Remarks

Event arguments provide information on the time interval of the cell where the “More” button is located, on the Resource object associated with the time cell and the top visible time of the view to which the scheduler navigates.

To cancel the default action (in the Day View - navigation to the out of sight appointment, in the Month View - switching to the Day view), set the MoreButtonClickedEventArgs.Handled property value to true.

See Also

More Buttons

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace