Skip to main content

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

NuGet Package: DevExpress.Uwp.Controls

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