SpreadsheetShortcutsDialog Class

Inheritance

Object

ComponentBase

Spreadsheet.SpreadsheetShortcutsDialog

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class SpreadsheetShortcutsDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

SpreadsheetShortcutsDialogLink to this section

Declaration
public SpreadsheetShortcutsDialog()

Properties

ActionColumnLink to this section

Localized "Action" column header.

Declaration
public string ActionColumn { get; set; }
Property Value
Type Description
stringLocalized "Action" column header.

FilterPlaceholderLink to this section

Localized placeholder for the filter box.

Declaration
public string FilterPlaceholder { get; set; }
Property Value
Type Description
stringLocalized placeholder for the filter box.

NoResultsTextLink to this section

Localized message shown when the filter matches nothing.

Declaration
public string NoResultsText { get; set; }
Property Value
Type Description
stringLocalized message shown when the filter matches nothing.

ShortcutColumnLink to this section

Localized "Shortcut" column header.

Declaration
public string ShortcutColumn { get; set; }
Property Value
Type Description
stringLocalized "Shortcut" column header.

ShortcutsLink to this section

The localized shortcut rows to display, supplied by the host.

Declaration
public IReadOnlyList<Spreadsheet.SpreadsheetShortcutsDialog+Shortcut> Shortcuts { get; set; }
Property Value
Type Description
IReadOnlyList<Spreadsheet.SpreadsheetShortcutsDialog+Shortcut>The localized shortcut rows to display, supplied by the host.

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
An error has occurred. This app may no longer respond until reloaded. Reload 🗙