AppointmentFormBaseEventArgs.Action Property
In This Article
Gets the action to be accomplished via the appointment editing form.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SchedulerFormAction Action { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
Available values:
Name | Description |
---|---|
Create | The form is created for a new data input. |
Edit | The form is created for a modification of existing data. |
See Also