DataControlBase.IsSearchPanelVisible Property
In This Article
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 Grid |
See Also