RadzenSpreadsheetToolBase Class

Base class for spreadsheet toolbar buttons that need to react to selection changes.

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.BuildRenderTree

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

Assembly: Radzen.Blazor.dll

Syntax

public abstract class RadzenSpreadsheetToolBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenSpreadsheetToolBaselink

Initializes a new instance of the RadzenSpreadsheetToolBase class.

Declaration
protected RadzenSpreadsheetToolBase()

Properties

Featurelink

Gets the feature this tool drives, or null for tools that never need to grey out beyond the default selection check.

Declaration
protected Spreadsheet.SpreadsheetFeature? Feature { get; }
Property Value
Type Description
Spreadsheet.SpreadsheetFeature?Gets the feature this tool drives, or null for tools that never need to grey out beyond the default selection check.

IsDisabledlink

Gets whether the tool should be disabled.

Declaration
protected bool IsDisabled { get; }
Property Value
Type Description
boolGets whether the tool should be disabled.

Spreadsheetlink

The host spreadsheet, cascaded from RadzenSpreadsheet.

Declaration
public ISpreadsheet Spreadsheet { get; set; }
Property Value
Type Description
ISpreadsheetThe host spreadsheet, cascaded from RadzenSpreadsheet.

Worksheetlink

The active worksheet, cascaded from the host RadzenSpreadsheet.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetThe active worksheet, cascaded from the host RadzenSpreadsheet.

Methods

OnParametersSetlink

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