Skip to main content
All docs
V25.2
  • ChatBuilder.Alerts(Action<CollectionFactory<AlertBuilder>>) Method

    A list of available alerts. Mirrors the client-side alerts option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public ChatBuilder Alerts(
        Action<CollectionFactory<AlertBuilder>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CollectionFactory<AlertBuilder>>

    A function that allows you to add alerts.

    Returns

    Type Description
    ChatBuilder

    A reference to this instance after the method is called.

    See Also