StepperItemBuilder.Hint(String) Method
Specifies the hint text that appears when an item (step) is hovered over or long-pressed. Mirrors the client-side hint option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public StepperItemBuilder Hint(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The option value. |
Returns
| Type | Description |
|---|---|
| StepperItemBuilder | A reference to this instance after the method is called. |
See Also