RenameSheetDialog Class

Dialog for renaming a sheet in a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.SpreadsheetDialogBase

Spreadsheet.RenameSheetDialog

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

Spreadsheet.SpreadsheetDialogBase.L

Spreadsheet.SpreadsheetDialogBase.OnCancel

Spreadsheet.SpreadsheetDialogBase.DialogService

Spreadsheet.SpreadsheetDialogBase.DefaultUICulture

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 RenameSheetDialog : Spreadsheet.SpreadsheetDialogBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RenameSheetDialoglink

Dialog for renaming a sheet in a spreadsheet.

Declaration
public RenameSheetDialog()

Properties

ExistingNameslink

The names of existing sheets used for duplicate validation.

Declaration
public IReadOnlyList<string> ExistingNames { get; set; }
Property Value
Type Description
IReadOnlyList<string>The names of existing sheets used for duplicate validation.

Namelink

The current name of the sheet.

Declaration
public string Name { get; set; }
Property Value
Type Description
stringThe current name of the sheet.

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 🗙