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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand CloseCommand { get; set; }

Property Value

Type Description
ICommand

A ICommand object executed when an item is being closed.

See Also