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

Declaration

public DelegateCommand RollbackCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the rollback commands.

See Also