Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
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 SpreadsheetShortcutsDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderLocalized "Action" column header.
public string ActionColumn { get; set; }
| Type | Description |
|---|---|
| string | Localized "Action" column header. |
Localized placeholder for the filter box.
public string FilterPlaceholder { get; set; }
| Type | Description |
|---|---|
| string | Localized placeholder for the filter box. |
Localized message shown when the filter matches nothing.
public string NoResultsText { get; set; }
| Type | Description |
|---|---|
| string | Localized message shown when the filter matches nothing. |
Localized "Shortcut" column header.
public string ShortcutColumn { get; set; }
| Type | Description |
|---|---|
| string | Localized "Shortcut" column header. |
The localized shortcut rows to display, supplied by the host.
public IReadOnlyList<Spreadsheet.SpreadsheetShortcutsDialog+Shortcut> Shortcuts { get; set; }
| Type | Description |
|---|---|
| IReadOnlyList<Spreadsheet.SpreadsheetShortcutsDialog+Shortcut> | The localized shortcut rows to display, supplied by the host. |
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 |