Back to Devexpress

CircularGaugeBuilder.ElementAttr(JS) Method

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

latest1.5 KB
Original Source

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

Parameters

NameTypeDescription
valueJS

A JavaScript expression that specifies attributes and their values.

|

Returns

TypeDescription
CircularGaugeBuilder

A reference to this instance after the method is called.

|

Remarks

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

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

See Also

CircularGaugeBuilder Class

CircularGaugeBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace