TableFrame Class

Renders a frame for a table in a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.TableFrame

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

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 TableFrame : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

TableFramelink

Renders a frame for a table in a spreadsheet.

Declaration
public TableFrame()

Properties

Contextlink

Gets or sets the context for the virtual grid that contains the table.

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

Tablelink

Gets or sets the table to be rendered in the frame.

Declaration
public Documents.Spreadsheet.Table Table { get; set; }
Property Value
Type Description
Documents.Spreadsheet.TableGets or sets the table to be rendered in the frame.

Worksheetlink

Gets or sets the sheet that contains the table.

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

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙