Table of Contents

Enum MBListType

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Type for an MBList<TItem>.

MBCascadingDefaults has a default of Regular

public enum MBListType

Fields

Avatar = 2

Applies the mdc-deprecated-list--avatar CSS class.

Dense = 1

Applies the mdc-deprecated-list--dense CSS class.

Regular = 0

A regular list. This is the MBCascadingDefaults default.