Skip to main content

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

#Declaration

public ICommand CloseCommand { get; set; }

#Property Value

Type Description
ICommand

A ICommand object executed when an item is being closed.

See Also