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

AppointmentInplaceEditorViewModel.CloseCommand Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public DelegateCommand CloseCommand { get; set; }

Property Value

Type Description
DelegateCommand

A DelegateCommand object that is the close command.

See Also