Back to Devexpress

DropDownBoxBuilder.InputAttr(String, Object) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-dropdownboxbuilder-dot-inputattr-x28-system-dot-string-system-dot-object-x29.md

latest1.5 KB
Original Source

DropDownBoxBuilder.InputAttr(String, Object) Method

Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public DropDownBoxBuilder InputAttr(
    string attributeName,
    object value
)

Parameters

NameTypeDescription
attributeNameString

An attribute name.

| | value | Object |

An attribute value.

|

Returns

TypeDescription
DropDownBoxBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to specify an attribute:

cshtml
@(Html.DevExtreme().DropDownBox()
    .InputAttr("id", "inputId")
)

See Also

DropDownBoxBuilder Class

DropDownBoxBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace