Defines a custom cell type with optional renderer and editor components for a spreadsheet.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SpreadsheetCellTypeDefines a custom cell type with optional renderer and editor components for a spreadsheet.
public SpreadsheetCellType()Gets or sets the component type used to edit the cell. The component must accept a SpreadsheetCellEditContext parameter named Context.
public Type EditorType { get; set; }
| Type | Description |
|---|---|
| Type | Gets or sets the component type used to edit the cell. The component must accept a SpreadsheetCellEditContext parameter named Context. |
Gets or sets the component type used to render the cell. The component must accept a SpreadsheetCellRenderContext parameter named Context.
public Type RendererType { get; set; }
| Type | Description |
|---|---|
| Type | Gets or sets the component type used to render the cell. The component must accept a SpreadsheetCellRenderContext parameter named Context. |
Creates a SpreadsheetCellType with a custom renderer.
public static Spreadsheet.SpreadsheetCellType Create()
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetCellType |
Creates a SpreadsheetCellType with a custom renderer.
public static Spreadsheet.SpreadsheetCellType Create()
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetCellType |