public void SwitchGroupType(DevExpress.XtraScheduler.SchedulerGroupType groupType)
 {
     _appointmentView.GroupType = groupType;
     Context.UpdateCommandState();
 }
 public bool IsTheSameGroupType(DevExpress.XtraScheduler.SchedulerGroupType groupType)
 {
     return(_appointmentView.GroupType == groupType);
 }