Skip to main content

DataControlBase.IsSearchPanelVisible Property

Gets whether the GridControl displays the Search Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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