Back to Devexpress

AppointmentInplaceEditorViewModel Class

wpf-devexpress-dot-xpf-dot-scheduling-1612db56.md

latest2.1 KB
Original Source

AppointmentInplaceEditorViewModel Class

A View Model that contains in-place editor settings.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentInplaceEditorViewModel :
    AppointmentEditViewModel
vb
Public Class AppointmentInplaceEditorViewModel
    Inherits AppointmentEditViewModel

The following members return AppointmentInplaceEditorViewModel objects:

Remarks

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

Inheritance

Object BindableBase ViewModelBase AppointmentEditViewModelBase AppointmentEditViewModel AppointmentInplaceEditorViewModel

See Also

AppointmentInplaceEditorViewModel Members

How to: Customize the In-Place Editor

DevExpress.Xpf.Scheduling Namespace