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 to this section

Initializes a new instance of the RadzenSpreadsheetToolBase class.

Declaration
protected RadzenSpreadsheetToolBase()

Properties

FeatureLink to this section

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 to this section

Gets whether the tool should be disabled.

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

SpreadsheetLink to this section

The host spreadsheet, cascaded from RadzenSpreadsheet.

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

WorksheetLink to this section

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 to this section

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