Back to Devexpress

ExtensionsFactory.CardView(CardViewSettings) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-cardview-x28-devexpress-dot-web-dot-mvc-dot-cardviewsettings-x29.md

latest1.5 KB
Original Source

ExtensionsFactory.CardView(CardViewSettings) Method

Creates a CardView.

Namespace : DevExpress.Web.Mvc.UI

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CardViewExtension CardView(
    CardViewSettings settings
)
vb
Public Function CardView(
    settings As CardViewSettings
) As CardViewExtension

Parameters

NameTypeDescription
settingsCardViewSettings

A CardViewSettings object containing CardView extension settings.

|

Returns

TypeDescription
CardViewExtension

A CardViewExtension object implementing the CardView functionality.

|

See Also

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace