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
Classname
protected string Classname { get; }
Property Value
Color
The color of the toolbar, selected, and active values.
[Parameter]
[Category("Appearance")]
public Color Color { get; set; }
Property Value
Orientation
The display orientation of this toolbar.
[Parameter]
[Category("Appearance")]
public Orientation Orientation { get; set; }
Property Value
PickerVariant
The display variant for this toolbar.
[Parameter]
[Category("Appearance")]
public PickerVariant PickerVariant { get; set; }
Property Value
ShowToolbar
Shows the toolbar.
[Parameter]
[Category("Behavior")]
public bool ShowToolbar { get; set; }
Property Value
Remarks
Defaults to true
.
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder