Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RangePicker : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderpublic InputSize InputSize { get; set; }
| Type | Description |
|---|---|
| InputSize |
public EventCallback OnPickRequested { get; set; }
| Type | Description |
|---|---|
| EventCallback |
public bool ShouldFocusOnLoad { get; set; }
| Type | Description |
|---|---|
| bool |
public EventCallback<string> ValueChanged { get; set; }
| Type | Description |
|---|---|
| EventCallback<string> |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override Task OnAfterRenderAsync(bool firstRender)
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
| Type | Description |
|---|---|
| Task |