CardViewBuilder<T>.CardMinWidth(Double) Method
Specifies the minimum width of the card. Mirrors the client-side cardMinWidth option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> CardMinWidth(
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