Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DelegateCommand CommitCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object specifying the commit command.

See Also