Table of Contents

Class MudPickerToolbar

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents 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()
See Also

Properties

ChildContent

The content within this toolbar.

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

Property Value

RenderFragment
See Also

Classname

protected string Classname { get; }

Property Value

string
See Also

Color

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

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

Property Value

Color
See Also

Orientation

The display orientation of this toolbar.

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

Property Value

Orientation
See Also

PickerVariant

The display variant for this toolbar.

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

Property Value

PickerVariant
See Also

ShowToolbar

Shows the toolbar.

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

Property Value

bool

Remarks

Defaults to true.

See Also

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder
See Also

See Also