Back to Devexpress

SchedulerControl.AllowInplaceEditor Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-7a60e1ca.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AllowInplaceEditor { get; set; }
vb
Public Property AllowInplaceEditor As Boolean

Property Value

TypeDescription
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.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace