Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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