Back to Devexpress

ButtonBuilder.ElementAttr(String, Object) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-buttonbuilder-dot-elementattr-x28-system-dot-string-system-dot-object-x29.md

latest1.5 KB
Original Source

ButtonBuilder.ElementAttr(String, Object) Method

Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public ButtonBuilder ElementAttr(
    string attributeName,
    object value
)

Parameters

NameTypeDescription
attributeNameString

An attribute name.

| | value | Object |

An attribute value.

|

Returns

TypeDescription
ButtonBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to specify an attribute:

cshtml
@(Html.DevExtreme().Button()
    .ElementAttr("class", "my-css-class")
)

See Also

ButtonBuilder Class

ButtonBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace