Enum AppointmentEditFlag
Specifies the appointment editing operations.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
[Flags]
public enum AppointmentEditFlag
Fields
| Name | Description |
|---|---|
| Add | Gets or sets a value indicating whether appointment can be added in scheduler. |
| DragDrop | Gets or sets a value indicating whether appointment can be drag or not. |
| Edit | Gets or sets a value indicating whether scheduler appointment can be edited. |
| None | Gets or sets a value indicating no appointment operation to be handle. |
| Resize | Gets or sets a value that indicates whether the user can adjust the appointment duration or start time by using the mouse. Default value is True. |