SchedulerControl.GroupTypeChanged Event
In This Article
Occurs after the SchedulerControl.GroupType property of the Scheduler control has been changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public event EventHandler GroupTypeChanged
#Event Data
The GroupTypeChanged event's data class is EventArgs.
#Remarks
Handle the GroupTypeChanged event to perform any actions every time the scheduler grouping is changed.
See Also