ChatBuilder.ShowMessageTimestamp(Boolean) Method
Specifies whether to show message time stamps. Mirrors the client-side showMessageTimestamp option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ChatBuilder ShowMessageTimestamp(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| ChatBuilder | A reference to this instance after the method is called. |
See Also