ChatBuilder.Hint(String) Method
Specifies the hint text for the Chat component.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ChatBuilder Hint(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The hint text. |
Returns
| Type | Description |
|---|---|
| ChatBuilder | A reference to this instance after the method is called. |
See Also