Table of Contents

Class BOBDatePicker

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBDatePicker : BOBComponentBase, IHasSize, IHasDensity, IPickerFamilyComponent
Inheritance
object
ComponentBase
BOBDatePicker
Implements
Inherited Members

Constructors

BOBDatePicker()

public BOBDatePicker()

Properties

Density

Vertical density (gap) of the component.

[Parameter]
public BOBDensity Density { get; set; }

Property Value

BOBDensity

Size

Visual size of the component.

[Parameter]
public BOBSize Size { get; set; }

Property Value

BOBSize

Value

Current value of the component.

[Parameter]
public DateOnly? Value { get; set; }

Property Value

DateOnly?

ValueChanged

Raised when the value changes.

[Parameter]
public EventCallback<DateOnly?> ValueChanged { get; set; }

Property Value

EventCallback<DateOnly?>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()