Class IgbSnackbar
A snackbar component is used to provide feedback about an operation
by showing a brief message at the bottom of the screen.
Inheritance
System.Object
IgbSnackbar
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSnackbar : IgbBaseAlertLike, RefSink, JsonSerializable, IDisposable
Constructors
IgbSnackbar()
Declaration
Properties
Action
Declaration
public EventCallback<IgbVoidEventArgs> Action { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> |
|
ActionScript
Declaration
public string ActionScript { get; set; }
Property Value
Type |
Description |
System.String |
|
ActionText
The snackbar action button.
Declaration
public string ActionText { get; set; }
Property Value
Type |
Description |
System.String |
|
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable