Back to Devexpress

DxToastProvider.MaxToastCount Property

blazor-devexpress-dot-blazor-dot-dxtoastprovider-6dae7eb7.md

latest1.1 KB
Original Source

DxToastProvider.MaxToastCount Property

Specifies the maximum number of visible toast notifications.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Int320

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

DxToastProvider Class

DxToastProvider Members

DevExpress.Blazor Namespace