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

Declaration
public RangePicker()

Properties

InputSizelink

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

OnPickRequestedlink

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

ShouldFocusOnLoadlink

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

Stylelink

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

Titlelink

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

Valuelink

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

ValueChangedlink

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

Methods

BuildRenderTreelink

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

OnAfterRenderAsynclink

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

OnParametersSetlink

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