Back to Devexpress

ExtensionsFactory.CardView(Action<CardViewSettings>) Method

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

latest1.6 KB
Original Source

ExtensionsFactory.CardView(Action<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(
    Action<CardViewSettings> method
)
vb
Public Function CardView(
    method As Action(Of CardViewSettings)
) As CardViewExtension

Parameters

NameTypeDescription
methodAction<CardViewSettings>

A delegate method that accepts CardViewSettings as a parameter.

|

Returns

TypeDescription
CardViewExtension

A CardViewExtension object implementing the CardView functionality.

|

See Also

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace