SchedulerFormAction Enum
In This Article
Specifies the operation mode of the form.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
#Declaration
#Members
Name | Description |
---|---|
Create
|
The form is created for a new data input. |
Edit
|
The form is created for a modification of existing data. |
#Related API Members
The following properties accept/return SchedulerFormAction values:
See Also