Renders an inline cell editor for a spreadsheet.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class CellEditor : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the registered custom cell types.
public Dictionary<string, Spreadsheet.SpreadsheetCellType> CellTypes { get; set; }
| Type | Description |
|---|---|
| Dictionary<string, Spreadsheet.SpreadsheetCellType> | Gets or sets the registered custom cell types. |
Gets or sets the virtual grid context.
public Spreadsheet.IVirtualGridContext Context { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.IVirtualGridContext | Gets or sets the virtual grid context. |
Gets or sets the editor.
public Spreadsheet.Editor Editor { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.Editor | Gets or sets the editor. |
Gets or sets the spreadsheet instance that contains this cell editor.
public ISpreadsheet Spreadsheet { get; set; }
| Type | Description |
|---|---|
| ISpreadsheet | Gets or sets the spreadsheet instance that contains this cell editor. |
Gets or sets the sheet.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet. |