SchedulerControl.GroupTypeChanged Event
Occurs after the SchedulerControl.GroupType property of the Scheduler control has been changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
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