Back to Devexpress

IToastNotificationService.ShowToast Method

blazor-devexpress-dot-blazor-dot-itoastnotificationservice-dot-showtoast.md

latest1.0 KB
Original Source

IToastNotificationService.ShowToast Method

NameParametersDescription
ShowToast(ToastOptions, RenderFragment)toastOptions, templateCreates and shows a toast notification with the specified options and a template.
ShowToast(ToastOptions)toastOptionsCreates and shows a toast notification with the specified options.
ShowToast(String)idShows a toast notification declared in markup with the specified identifier.
ShowToast<T>(ToastOptions)toastOptionsCreates and shows a toast notification with the specified options and a template.