Class RadzenHtmlEditorBackgroundItem
Adds a custom color to RadzenHtmlEditorBackground.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHtmlEditorBackgroundItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Examples
<RadzenHtmlEditorBackground >
<RadzenHtmlEditorBackgroundItem Value="red" />
<RadzenHtmlEditorBackgroundItem Value="green" />
</RadzenHtmlEditorBackground >
Constructors
RadzenHtmlEditorBackgroundItem()
Adds a custom color to RadzenHtmlEditorBackground.
Declaration
public RadzenHtmlEditorBackgroundItem()
Examples
<RadzenHtmlEditorBackground >
<RadzenHtmlEditorBackgroundItem Value="red" />
<RadzenHtmlEditorBackgroundItem Value="green" />
</RadzenHtmlEditorBackground >
Properties
Value
The custom color to add.
Declaration
[Parameter]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
BuildRenderTree(RenderTreeBuilder)
Adds a custom color to RadzenHtmlEditorBackground.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |