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

MVCxVerticalGridSearchPanelSettings Class

Contains settings of the VerticalGrid’s search panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxVerticalGridSearchPanelSettings :
    ASPxVerticalGridSearchPanelSettings

The following members accept/return MVCxVerticalGridSearchPanelSettings objects:

Remarks

An MVCxVerticalGridSearchPanelSettings class instance can be accessed via the VerticalGridSettings.SettingsSearchPanel property.

See Also