Skip to main content
A newer version of this page is available. .

SchedulerControl.GroupTypeChanged Event

Occurs after the SchedulerControl.GroupType property of the Scheduler control has been changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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