Skip to main content

MVCxCardViewSearchPanelSettings Class

Contains settings of the CardView’s search panel.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class MVCxCardViewSearchPanelSettings :
    ASPxCardViewSearchPanelSettings

The following members return MVCxCardViewSearchPanelSettings objects:

#Remarks

An MVCxCardViewSearchPanelSettings class instance can be accessed via the CardViewSettings.SettingsSearchPanel property.

#Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also