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.v21.2.dll

NuGet Package: DevExpress.Web.Mvc5

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

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also