Skip to main content
All docs
V26.1
  • MergeActionType Enum

    Enumerates values that specify a merge action.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

    Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll

    Declaration

    public enum MergeActionType

    Members

    Name Description
    DoNothing

    Do nothing.

    InsertOrUpdateAppointment

    Insert or update an appointment.

    InsertOrUpdateEvent

    Insert or update an event.

    DeleteAppointment

    Delete an appointment.

    DeleteEvent

    Delete an event.

    Related API Members

    The following properties accept/return MergeActionType values:

    See Also