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

MVCxGridViewSearchPanelSettings Class

Contains settings of the GridView’s search panel.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxGridViewSearchPanelSettings :
    ASPxGridViewSearchPanelSettings

The following members return MVCxGridViewSearchPanelSettings objects:

Remarks

An MVCxGridViewSearchPanelSettings class instance can be accessed via the GridViewSettings.SettingsSearchPanel and MVCxGridViewProperties.SettingsSearchPanel properties.

Implements

See Also