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

ExtensionsFactory.CardView(CardViewSettings) Method

Creates a CardView.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public CardViewExtension CardView(
    CardViewSettings settings
)

Parameters

Name Type Description
settings CardViewSettings

A CardViewSettings object containing CardView extension settings.

Returns

Type Description
CardViewExtension

A CardViewExtension object implementing the CardView functionality.

See Also