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

DataControlBase.IsSearchPanelVisible Property

Gets whether the GridControl displays the Search Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnIsSearchPanelVisibleChanged")]
public bool IsSearchPanelVisible { get; }

Property Value

Type Description
Boolean

true if the GridControl displays the Search Panel; otherwise false.

See Also