Back to Devexpress

SchedulerControl.ShowInplaceEditor() Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-580030db.md

latest1.9 KB
Original Source

SchedulerControl.ShowInplaceEditor() Method

Invokes an in-place editor.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public virtual AppointmentInplaceEditorViewModel ShowInplaceEditor()
vb
Public Overridable Function ShowInplaceEditor As AppointmentInplaceEditorViewModel

Returns

TypeDescription
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

How to: Customize the In-Place Editor

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace