GridViewStyles.SearchPanel Property
In This Article
Gets the style settings defining the appearance of the search panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewSearchPanelStyle SearchPanel { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
When the ASPxGridSearchPanelSettings.Visible property is set to true
, the search panel is displayed in the grid control. It allows end-users to filter grid data by typing the required text in the panel editor. Use the SearchPanel property to specify the panel style settings.
See Also