Back to Devexpress

FormBuilder<T>.ElementAttr(String, Object) Method

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

latest1.5 KB
Original Source

FormBuilder<T>.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 FormBuilder<T> ElementAttr(
    string attributeName,
    object value
)

Parameters

NameTypeDescription
attributeNameString

An attribute name.

| | value | Object |

An attribute value.

|

Returns

TypeDescription
FormBuilder<T>

A reference to this instance after the method is called.

|

Remarks

Use the following notation to specify an attribute:

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

See Also

FormBuilder<T> Class

FormBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace