Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DelegateCommand RollbackCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the rollback commands.

See Also