CardViewBuilder<T>.ElementAttr(Dictionary<String, Object>) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> ElementAttr(
Dictionary<string, object> value
)
Parameters
| Name | Type |
|---|---|
| value | Dictionary<String, Object> |
Returns
| Type |
|---|
| CardViewBuilder<T> |
See Also