Skip to main content

SchedulerControl.ShowInplaceEditor() Method

Invokes an in-place editor.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public virtual AppointmentInplaceEditorViewModel ShowInplaceEditor()

Returns

Type Description
AppointmentInplaceEditorViewModel

A AppointmentInplaceEditorViewModel object representing the in-place editor.

Remarks

Call the ShowInplaceEditor method to invoke an in-place editor to edit an existing appointment or to create a new one. The ShowInplaceEditor method invokes the default AppointmentInplaceEditorViewModel instance if no custom view models are provided. Refer to the How to: Customize the In-Place Editor topic for an example on how to provide a custom in-place editor.

See Also