AppointmentInplaceEditorViewModel.CloseCommand Property
Gets or sets a command executed to close the in-place editor.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| DelegateCommand | A DelegateCommand object that is the close command. |
See Also