ChatBuilder.DayHeaderFormat(Action<FormatBuilder>) Method
Specifies the day header format. Mirrors the client-side dayHeaderFormat option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ChatBuilder DayHeaderFormat(
Action<FormatBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<FormatBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| ChatBuilder | A reference to this instance after the method is called. |
See Also