Skip to main content
All docs
V25.1
  • DxToastProvider.MaxToastCount Property

    Specifies the maximum number of visible toast notifications.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(0)]
    [Parameter]
    public int MaxToastCount { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The number of toasts;
    0 to not limit the number of notifications.

    Remarks

    Use the MaxToastCount property to limit the number of toast notifications displayed by the DxToastProvider component. Overflowing messages are queued and appears when earlier messages are hidden.

    See Also