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

AppointmentFormBaseEventArgs.Action Property

Gets the action to be accomplished via the appointment editing form.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public SchedulerFormAction Action { get; }

Property Value

Type Description
SchedulerFormAction

A SchedulerFormAction enumeration member, specifying the action (Create, Edit) to be taken.

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