Skip to main content

SchedulerSettings.AllowInplaceEditor Property

Enables you to perform custom actionswhen an end-user attempts to invoke an appointment’s in-place editor and the SchedulerOptionsCustomization.AllowInplaceEditor property is set to Custom.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public AppointmentOperationEventHandler AllowInplaceEditor { get; set; }

Property Value

Type Description
AppointmentOperationEventHandler

A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.

Remarks

Refer to the SchedulerControl.AllowInplaceEditor topic, to learn more.

See Also