ExtensionsFactory.CardView(Action<CardViewSettings>) Method
Creates a CardView.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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