Skip to main content
A newer version of this page is available. .

SchedulerFormAction Enum

Specifies the operation mode of the form.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public enum SchedulerFormAction

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