Back to Devexpress

ToastOptions Members

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

latest4.2 KB
Original Source

ToastOptions Members

Defines options for a toast notification.

Constructors

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

Properties

NameDescription
ClickFires when a user clicks the toast notification.
CssClassAssigns a CSS class to the toast notification.
DisplayTimeSpecifies how long the toast is visible.
FreezeOnClickSpecifies whether to turn off auto-hide for the toast after it has been clicked.
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.
TextSpecifies the toast’s text.
ThemeModeSpecifies the toast’s predefined color filling mode.
TitleSpecifies the toast notification title.

Methods

NameDescription
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.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ToastOptions Class

DevExpress.Blazor Namespace