StepperBuilder.ActiveStateEnabled(Boolean) Method
Specifies whether Stepper changes its appearance when in the active state (when an end user interacts with it). Mirrors the client-side activeStateEnabled option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public StepperBuilder ActiveStateEnabled(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| StepperBuilder | A reference to this instance after the method is called. |
See Also