RadzenHtmlEditorColorItem Class

Adds a custom color to RadzenHtmlEditorColor.

Inheritance

Object

ComponentBase

RadzenHtmlEditorColorItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class RadzenHtmlEditorColorItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Examples

<RadzenHtmlEditorColor >
   <RadzenHtmlEditorColorItem Value="red" />
   <RadzenHtmlEditorColorItem Value="green" />
</RadzenHtmlEditorColor >

Constructors

RadzenHtmlEditorColorItemlink

Adds a custom color to RadzenHtmlEditorColor.

Declaration
public RadzenHtmlEditorColorItem()

Properties

Valuelink

The custom color to add.

Declaration
public string Value { get; set; }
Property Value
Type Description
stringThe custom color to add.

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 🗙