Back to Devexpress

CardViewSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-a7801df3.md

latest1.9 KB
Original Source

CardViewSettings Class

Contains the CardView extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewSettings :
    GridSettingsBase
vb
Public Class CardViewSettings
    Inherits 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.

Inheritance

Object SettingsBase GridSettingsBase CardViewSettings CardViewSettings<CardType>

See Also

CardViewSettings Members

Card View

CardViewExtension

DevExpress.Web.Mvc Namespace