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.Mvc.v17.2.dll

Declaration

public class MVCxGridViewSearchPanelSettings :
    ASPxGridViewSearchPanelSettings

The following members accept/return MVCxGridViewSearchPanelSettings objects:

Remarks

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

See Also