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

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

Declaration

public DelegateCommand CommitCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the commit command.

See Also