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

ExtensionsFactory.CardView(Action<CardViewSettings>) Method

Creates a CardView.

Namespace: DevExpress.Web.Mvc.UI

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

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