Back to Devexpress

MVCxGridViewSearchPanelSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-4b5f608d.md

latest2.1 KB
Original Source

MVCxGridViewSearchPanelSettings Class

Contains settings of the GridView’s search panel.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewSearchPanelSettings :
    ASPxGridViewSearchPanelSettings
vb
Public Class MVCxGridViewSearchPanelSettings
    Inherits ASPxGridViewSearchPanelSettings

The following members return MVCxGridViewSearchPanelSettings objects:

Remarks

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

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSearchPanelSettings ASPxGridViewSearchPanelSettings MVCxGridViewSearchPanelSettings

See Also

MVCxGridViewSearchPanelSettings Members

DevExpress.Web.Mvc Namespace