ExtensionsFactory.CardView(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 |
---|---|---|
settings | CardViewSettings | A CardViewSettings object containing CardView extension settings. |
Returns
Type | Description |
---|---|
CardViewExtension | A CardViewExtension object implementing the CardView functionality. |
See Also