Skip to main content
All docs
V24.1

DxToastProvider Members

A component that displays toast notifications.

Constructors

Name Description
DxToastProvider() Initializes a new instance of the DxToastProvider class.

Properties

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 a dialog’s inner elements. Also affects a dialog’s size and content. Inherited from DxSizableComponentBase.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also