Renders an overlay for the copied selection in a spreadsheet.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class CopyOverlay : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRenders an overlay for the copied selection in a spreadsheet.
public CopyOverlay()Gets or sets the context for the virtual grid that contains the copy overlay.
public Spreadsheet.IVirtualGridContext Context { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.IVirtualGridContext | Gets or sets the context for the virtual grid that contains the copy overlay. |
Gets or sets the sheet that contains the copy overlay.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the copy overlay. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |