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