Skip to main content
All docs
V23.2

AppointmentViewModel.EditorViewModel Property

Gets the View Model that contains in-place editor settings.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentInplaceEditorViewModel EditorViewModel { get; }

Property Value

Type Description
AppointmentInplaceEditorViewModel

The View Model that contains in-place editor settings.

See Also