StepperBuilder.ElementAttr(Object) Method
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public StepperBuilder ElementAttr(
object htmlAttributes
)
Parameters
| Name | Type | Description |
|---|---|---|
| htmlAttributes | Object | HTML attributes to apply to the control’s root element. |
Returns
| Type | Description |
|---|---|
| StepperBuilder | A reference to this instance after the method is called. |
See Also