ChatBuilder.ShowDayHeaders(Boolean) Method
Specifies whether to show day headers. Mirrors the client-side showDayHeaders option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ChatBuilder ShowDayHeaders(
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