TextAreaBuilder.Label(String) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TextAreaBuilder Label(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The option value. |
Returns
| Type |
|---|
| TextAreaBuilder |
See Also