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

DataControlBase.SearchPanelClearOnClose Property

Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

[XtraSerializableProperty]
public bool SearchPanelClearOnClose { get; set; }

Property Value

Type Description
Boolean

true, to clear the search string when closing the Search Panel; otherwise, false.

Remarks

To learn more, see Search Panel.

See Also