DxToastProvider.MaxToastCount Property
Specifies the maximum number of visible toast notifications.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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; |
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