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

MVCxGridViewProperties.SettingsSearchPanel Property

Manipulates the built-in GridView’s GridViewSettings.SettingsSearchPanel property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxGridViewSearchPanelSettings SettingsSearchPanel { get; }

Property Value

Type Description
MVCxGridViewSearchPanelSettings

A MVCxGridViewSearchPanelSettings object containing the settings for the GridView’s loading panel.

See Also