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 DrawingSizeDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderLocalized cancel-button text.
public string CancelText { get; set; }
| Type | Description |
|---|---|
| string | Localized cancel-button text. |
The current height in pixels.
public double Height { get; set; }
| Type | Description |
|---|---|
| double | The current height in pixels. |
Localized label for the height input.
public string HeightLabel { get; set; }
| Type | Description |
|---|---|
| string | Localized label for the height input. |
Localized confirm-button text.
public string OkText { get; set; }
| Type | Description |
|---|---|
| string | Localized confirm-button text. |
The current width in pixels.
public double Width { get; set; }
| Type | Description |
|---|---|
| double | The current width in pixels. |
Localized label for the width input.
public string WidthLabel { get; set; }
| Type | Description |
|---|---|
| string | Localized label for the width input. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |