Skip to main content

AppointmentInplaceEditorViewModel.CloseCommand Property

Gets or sets a command executed to close the in-place editor.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DelegateCommand CloseCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object that is the close command.

See Also