'Declaration Public Enum AppointmentResizeSelectionAction Inherits System.Enum
public enum AppointmentResizeSelectionAction : System.Enum
Member | Description |
---|---|
ClearExistingSelection | The SelectedAppointments collection is cleared immediately following the first firing of the AppointmentResizing event for a given resize operation. Note: This is the default value for the UltraDayView control. |
PreserveExistingSelection | The contents of the SelectedAppointments collection remains unchanged. Note: This is the default value for the UltraMonthViewSingle and UltraWeekView controls. |
SelectOnlyThisAppointment | The selection is cleared of all appointments except for the one being resized, immediately following the first firing of the AppointmentResizing event for a given resize operation. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2