DxToastProvider Properties
A component that displays toast notifications.| Name | Description |
|---|---|
| AnimationType | Specifies the animation type used to display toasts. |
| DisplayTime | Specifies how long toasts are visible. |
| FreezeOnClick | Specifies whether to turn off auto-hide for a toast after it has been clicked. |
| HorizontalAlignment | Specifies horizontal alignment applied to toasts. |
| MaxHeight | Limits the maximum height of toast notifications. |
| MaxToastCount | Specifies the maximum number of visible toast notifications. |
| Name | Specifies a name of the toast provider. |
| RenderStyle | Specifies a toast’s predefined style. |
| ShowCloseButton | Specifies whether toasts display the Close button. |
| ShowIcon | Specifies whether to show an icon in toast notifications. |
| SizeMode | Specifies the size of toast notifications and their content. |
| StickToViewport | Specifies whether toast notifications are anchored to the viewport or the provider’s container. |
| ThemeMode | Specifies a toast’s predefined color filling mode. |
| VerticalAlignment | Specifies vertical alignment applied to toasts. |
| Width | Specifies the width of the toast notification container. |
See Also