CardViewBuilder<T>.CardMaxWidth(Double) Method
Specifies the maximum width of the card. Mirrors the client-side cardMaxWidth option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> CardMaxWidth(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The option value. |
Returns
| Type | Description |
|---|---|
| CardViewBuilder<T> | A reference to this instance after the method is called. |
See Also