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

SchedulerControl.ShowInplaceEditor() Method

Invokes an in-place editor.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

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