Dialog for renaming a sheet in a spreadsheet.
IComponent
IHandleEvent
IHandleAfterRender
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
public class RenameSheetDialog : Spreadsheet.SpreadsheetDialogBase, IComponent, IHandleEvent, IHandleAfterRenderDialog for renaming a sheet in a spreadsheet.
public RenameSheetDialog()The names of existing sheets used for duplicate validation.
public IReadOnlyList<string> ExistingNames { get; set; }
| Type | Description |
|---|---|
| IReadOnlyList<string> | The names of existing sheets used for duplicate validation. |
The current name of the sheet.
public string Name { get; set; }
| Type | Description |
|---|---|
| string | The current name of the sheet. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |