ButtonGroupItemBuilder.ElementAttr(String, Object) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public ButtonGroupItemBuilder ElementAttr(
string attributeName,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
attribute |
String | The option value. |
value | Object |
#Returns
Type |
---|
Button |
See Also