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

CardViewSettings Class

Contains the CardView extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class CardViewSettings :
    GridSettingsBase

Remarks

To declare the CardView in a View, invoke the ExtensionsFactory.CardView helper method. This method returns the CardView extension that is implemented by the CardViewExtension class.

To configure the CardView extension, pass the CardViewSettings object to the ExtensionsFactory.CardView helper method as a parameter. The CardViewSettings object contains all the CardView extension settings.

Refer to the CardView Overview topic to learn how to add the CardView extension to your project.

See Also