Back to Devexpress

SpeedDialActionBuilder.ElementAttr(JS) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-speeddialactionbuilder-dot-elementattr-x28-devextreme-dot-aspnet-dot-mvc-dot-js-x29.md

latest1.6 KB
Original Source

SpeedDialActionBuilder.ElementAttr(JS) 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 SpeedDialActionBuilder ElementAttr(
    JS value
)

Parameters

NameTypeDescription
valueJS

A JavaScript expression that specifies attributes and their values.

|

Returns

TypeDescription
SpeedDialActionBuilder

A reference to this instance after the method is called.

|

Remarks

Use the new JS() expression to specify an attribute:

cshtml
@(Html.DevExtreme().SpeedDialAction()
    .ElementAttr(new JS("{ class: 'my-css-class' }"))
)

See Also

SpeedDialActionBuilder Class

SpeedDialActionBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace