Table of Contents

Class SnackbarConfiguration

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class SnackbarConfiguration : CommonSnackbarOptions
Inheritance
SnackbarConfiguration
Inherited Members
Extension Methods

Constructors

SnackbarConfiguration()

public SnackbarConfiguration()

Properties

ClearAfterNavigation

public bool ClearAfterNavigation { get; set; }

Property Value

bool

MaxDisplayedSnackbars

public int MaxDisplayedSnackbars { get; set; }

Property Value

int

NewestOnTop

public bool NewestOnTop { get; set; }

Property Value

bool

PositionClass

public string PositionClass { get; set; }

Property Value

string

PreventDuplicates

public bool PreventDuplicates { get; set; }

Property Value

bool