DxToastProvider Properties
A component that displays toast notifications.
Name | Description |
---|---|
Animation |
Specifies the animation type used to display toasts. |
Display |
Specifies how long toasts are visible. |
Freeze |
Specifies whether to turn off auto-hide for a toast after it has been clicked. |
Horizontal |
Specifies horizontal alignment applied to toasts. |
Max |
Limits the maximum height of toast notifications. |
Max |
Specifies the maximum number of visible toast notifications. |
Name | Specifies a name of the toast provider. |
Render |
Specifies a toast’s predefined style. |
Show |
Specifies whether toasts display the Close button. |
Show |
Specifies whether to show an icon in toast notifications. |
Size |
Specifies the size of toast notifications and their content. |
Stick |
Specifies whether toast notifications are anchored to the viewport or the provider’s container. |
Theme |
Specifies a toast’s predefined color filling mode. |
Vertical |
Specifies vertical alignment applied to toasts. |
Width | Specifies the width of the toast notification container. |
See Also