SearchControl.CloseCommand Property
Gets or sets a command executed when the SearchControl is being closed. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ICommand | A ICommand object executed when an item is being closed. |
See Also