Table of Contents

Class MudPickerToolbar

Namespace
MudBlazor
Assembly
MudBlazor.dll

The toolbar content of a MudPicker<T>.

public class MudPickerToolbar : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudPickerToolbar
Implements
Inherited Members
Extension Methods

Constructors

MudPickerToolbar()

public MudPickerToolbar()

Properties

ChildContent

The content within this toolbar.

[Parameter]
[Category("Behavior")]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Classname

protected string Classname { get; }

Property Value

string

Color

The color of the toolbar, selected, and active values.

[Parameter]
[Category("Appearance")]
public Color Color { get; set; }

Property Value

Color

Orientation

The display orientation of this toolbar.

[Parameter]
[Category("Appearance")]
public Orientation Orientation { get; set; }

Property Value

Orientation

PickerVariant

The display variant for this toolbar.

[Parameter]
[Category("Appearance")]
public PickerVariant PickerVariant { get; set; }

Property Value

PickerVariant

ShowToolbar

Shows the toolbar.

[Parameter]
[Category("Behavior")]
public bool ShowToolbar { get; set; }

Property Value

bool

Remarks

Defaults to true.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

See Also