Skip to main content

MVCxGridViewSearchPanelSettings Class

Contains settings of the GridView’s search panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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