RangePicker Class

Inheritance

Object

ComponentBase

Spreadsheet.RangePicker

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class RangePicker : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RangePickerLink to this section

Declaration
public RangePicker()

Properties

InputSizeLink to this section

Declaration
public InputSize InputSize { get; set; }
Property Value
Type Description
InputSize

OnPickRequestedLink to this section

Declaration
public EventCallback OnPickRequested { get; set; }
Property Value
Type Description
EventCallback

ShouldFocusOnLoadLink to this section

Declaration
public bool ShouldFocusOnLoad { get; set; }
Property Value
Type Description
bool

StyleLink to this section

Declaration
public string Style { get; set; }
Property Value
Type Description
string

TitleLink to this section

Declaration
public string Title { get; set; }
Property Value
Type Description
string

ValueLink to this section

Declaration
public string Value { get; set; }
Property Value
Type Description
string

ValueChangedLink to this section

Declaration
public EventCallback<string> ValueChanged { get; set; }
Property Value
Type Description
EventCallback<string>

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

OnAfterRenderAsyncLink to this section

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task

OnParametersSetLink to this section

Declaration
protected override void OnParametersSet()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙