Skip to main content
All docs
V25.2
  • ChatBuilder.DayHeaderFormat(Format) 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(
        Format value
    )

    Parameters

    Name Type Description
    value Format

    A format object.

    Returns

    Type Description
    ChatBuilder

    A reference to this instance after the method is called.

    See Also