Adds a custom color to RadzenHtmlEditorBackground.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
Assembly: Radzen.Blazor.dll
public class RadzenHtmlEditorBackgroundItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditorBackground >
<RadzenHtmlEditorBackgroundItem Value="red" />
<RadzenHtmlEditorBackgroundItem Value="green" />
</RadzenHtmlEditorBackground >Adds a custom color to RadzenHtmlEditorBackground.
public RadzenHtmlEditorBackgroundItem()The custom color to add.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | The custom color to add. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |