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

GridViewStyles.SearchPanel Property

Gets the style settings defining the appearance of the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewSearchPanelStyle SearchPanel { get; }

Property Value

Type Description
GridViewSearchPanelStyle

A GridViewSearchPanelStyle object that contains style settings.

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.

SearchPanel

See Also