ASPxClientAppointmentFlags Members
Holds the information that determines what action types can be performed for appointments.Properties
| Name | Description |
|---|---|
| allowConflicts | Gets a value that specifies whether an end-user is allowed to share the schedule time between two or more appointments. |
| allowCopy | Gets a value that specifies whether an end-user is allowed to copy appointments. |
| allowDelete | Gets a value that specifies whether an end-user is allowed to delete appointments. |
| allowDrag | Gets a value that specifies whether an end-user is allowed to drag and drop appointments to another time slot or date. |
| allowDragBetweenResources | Gets a value that specifies whether an end-user is allowed to drag and drop appointments between resources. |
| allowEdit | Gets a value that specifies whether an end-user is allowed to edit appointments. |
| allowInplaceEditor | Gets a value that specifies whether an inplace editor can be activated for an appointment. |
| allowResize | Gets a value that specifies whether an end-user is allowed to change the time boundaries of appointments. |
See Also