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

AppointmentInplaceEditorViewModel Class

A View Model that contains in-place editor settings.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class AppointmentInplaceEditorViewModel :
    AppointmentEditViewModel

The following members return AppointmentInplaceEditorViewModel objects:

Remarks

A AppointmentInplaceEditorViewModel object is returned by the SchedulerControl.ShowInplaceEditor method.

See Also