A built-in HTML editor tool for table commands.
Object
ComponentBase
RadzenHtmlEditorButtonBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorButtonBase.Localize
RadzenHtmlEditorButtonBase.OnInitialized
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
RadzenHtmlEditorButtonBase.CommandName
RadzenHtmlEditorButtonBase.Shortcut
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
Assembly: Radzen.Blazor.dll
public class RadzenHtmlEditorTableCommandButton : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRenderA built-in HTML editor tool for table commands.
public RadzenHtmlEditorTableCommandButton()Specifies the icon of the tool.
public string Icon { get; set; }
| Type | Description |
|---|---|
| string | Specifies the icon of the tool. |
Gets or sets the executed table command.
public string TableCommand { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the executed table command. |
Specifies the title (tooltip) displayed when the user hovers the tool.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. |