SchedulerControl.AllowInplaceEditor Property
Gets or sets whether invoking the inplace editor is allowed. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to allows using inplace edtior; otherwise, false. |
Remarks
By default, end-users can use the inplace editor to either create a new appointment or edit an existing one:
Use the AllowInplaceEditor property to control the end-users’ capability to invoke the inplace editor in a centralized manner. You can also override this global behavior by handling the SchedulerControl.CustomAllowInplaceEditor event.
Use the SchedulerControl.AllowAppointmentEdit property to restrict editing appointments using both inplace editor and Edit Appointment form.