Back to Devexpress

DxToast Members

blazor-devexpress-dot-blazor-dot-dxtoast-dot-underscore-members.md

latest4.5 KB
Original Source

DxToast Members

A pop-up notification message.

Constructors

NameDescription
DxToast()Initializes a new instance of the DxToast class.

Properties

NameDescription
ChildContentSpecifies body content.
CssClassAssigns a CSS class to the toast notification.
DisplayTimeSpecifies how long the toast is visible.
FreezeOnClickAllows users to prevent a toast notification from disappearing with a click.
IconCssClassSpecifies the name of the CSS class applied to the toast notification icon.
IdSpecifies the toast’s unique identifier.
MaxHeightLimits the maximum height of the toast notification.
ProviderNameThe name of a provider that will display the notification.
RenderStyleSpecifies the toast’s predefined style.
ShowCloseButtonSpecifies whether the toast displays the Close button.
ShowIconSpecifies whether to show an icon in the toast notification.
SizeModeSpecifies the size of the component and its content.
TemplateSpecifies the template displayed in the toast notification.
TextSpecifies the toast’s text.
ThemeModeSpecifies the toast’s predefined color filling mode.
TitleSpecifies the toast notification title.

Methods

NameDescription
Close()Closes the toast notification.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Show()Shows the toast notification.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ClickFires when a user clicks the toast notification.

See Also

DxToast Class

DevExpress.Blazor Namespace