AppointmentInplaceEditorViewModel Class
In This Article
A View Model that contains in-place editor settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public class AppointmentInplaceEditorViewModel :
AppointmentEditViewModel
#Related API Members
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