Skip to main content
All docs
V25.2
  • ChatBuilder.ReloadOnChange(Boolean) Method

    Specifies whether the Chat UI component displays newly entered messages immediately. This property only applies if dataSource is used. Mirrors the client-side reloadOnChange option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public ChatBuilder ReloadOnChange(
        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