Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DelegateCommand RollbackCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the rollback commands.

See Also