AppointmentInplaceEditorViewModel.CommitCommand Property
Gets or sets a command used to apply changes made to the in-place editor content.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
DelegateCommand | A DelegateCommand object specifying the commit command. |
See Also