StepperBuilder.ElementAttr(Dictionary<String, 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(
Dictionary<string, object> value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Dictionary<String, Object> | HTML attributes as key-value pairs to apply to the control’s root element. |
Returns
| Type | Description |
|---|---|
| StepperBuilder | A reference to this instance after the method is called. |
See Also