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

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

Declaration

public DelegateCommand CommitCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the commit command.

See Also