CellEditor Class

Renders an inline cell editor for a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.CellEditor

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class CellEditor : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

CellEditorlink

Initializes a new instance of the CellEditor class.

Declaration
public CellEditor()

Properties

CellTypeslink

Gets or sets the registered custom cell types.

Declaration
public Dictionary<string, Spreadsheet.SpreadsheetCellType> CellTypes { get; set; }
Property Value
Type Description
Dictionary<string, Spreadsheet.SpreadsheetCellType>Gets or sets the registered custom cell types.

Contextlink

Gets or sets the virtual grid context.

Declaration
public Spreadsheet.IVirtualGridContext Context { get; set; }
Property Value
Type Description
Spreadsheet.IVirtualGridContextGets or sets the virtual grid context.

Editorlink

Gets or sets the editor.

Declaration
public Spreadsheet.Editor Editor { get; set; }
Property Value
Type Description
Spreadsheet.EditorGets or sets the editor.

Spreadsheetlink

Gets or sets the spreadsheet instance that contains this cell editor.

Declaration
public ISpreadsheet Spreadsheet { get; set; }
Property Value
Type Description
ISpreadsheetGets or sets the spreadsheet instance that contains this cell editor.

Worksheetlink

Gets or sets the sheet.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets or sets the sheet.

Methods

BuildRenderTreelink

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

OnParametersSetlink

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