Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.ShowInplaceEditor() Method

Invokes an in-place editor.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.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