Class RadzenHtmlEditorBackgroundItem
Adds a custom color to RadzenHtmlEditorBackground.
Inheritance
System.Object
RadzenHtmlEditorBackgroundItem
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHtmlEditorBackgroundItem : object
Examples
<RadzenHtmlEditorBackground >
<RadzenHtmlEditorBackgroundItem Value="red" />
<RadzenHtmlEditorBackgroundItem Value="green" />
</RadzenHtmlEditorBackground >
Properties
Value
The custom color to add.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |