Table of Contents

Class RadzenHtmlEditorBackgroundItem

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Adds a custom color to RadzenHtmlEditorBackground.

public class RadzenHtmlEditorBackgroundItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenHtmlEditorBackgroundItem
Implements
Inherited Members

Examples

<RadzenHtmlEditorBackground >
   <RadzenHtmlEditorBackgroundItem Value="red" />
   <RadzenHtmlEditorBackgroundItem Value="green" />
</RadzenHtmlEditorBackground >

Constructors

RadzenHtmlEditorBackgroundItem()

public RadzenHtmlEditorBackgroundItem()

Properties

Value

The custom color to add.

[Parameter]
public string Value { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder