Skip to main content

SchedulerControl.GroupTypeChanged Event

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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