AppointmentInplaceEditorViewModel.RollbackCommand Property
Gets or sets a command executed to restore an in-place editor content to its previous state and cancel uncommitted changes.
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 rollback commands. |
See Also