Skip to main content

ExtensionsFactory.CardView(Action<CardViewSettings>) Method

Creates a CardView.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewExtension CardView(
    Action<CardViewSettings> method
)

Parameters

Name Type Description
method Action<CardViewSettings>

A delegate method that accepts CardViewSettings as a parameter.

Returns

Type Description
CardViewExtension

A CardViewExtension object implementing the CardView functionality.

See Also