Table of Contents

Class RadzenHtmlEditorColorBase

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Base class that RadzenHtmlEditor color picker tools inherit from.

public abstract class RadzenHtmlEditorColorBase : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenHtmlEditorColorBase
Implements
Derived
Inherited Members

Constructors

RadzenHtmlEditorColorBase()

protected RadzenHtmlEditorColorBase()

Properties

AlphaText

Sets AlphaText of the built-in RadzenColorPicker.

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

Property Value

string

BlueText

Sets BlueText of the built-in RadzenColorPicker.

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

Property Value

string

ButtonText

Sets ButtonText of the built-in RadzenColorPicker.

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

Property Value

string

ChildContent

Gets or sets the child content.

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

The child content.

GreenText

Sets GreenText of the built-in RadzenColorPicker.

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

Property Value

string

HexText

Sets HexText of the built-in RadzenColorPicker.

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

Property Value

string

RedText

Sets RedText of the built-in RadzenColorPicker.

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

Property Value

string

ShowButton

Sets ShowButton of the built-in RadzenColorPicker.

[Parameter]
public bool ShowButton { get; set; }

Property Value

bool

ShowColors

Sets ShowColors of the built-in RadzenColorPicker.

[Parameter]
public bool ShowColors { get; set; }

Property Value

bool

ShowHSV

Sets ShowHSV of the built-in RadzenColorPicker.

[Parameter]
public bool ShowHSV { get; set; }

Property Value

bool

ShowRGBA

Sets ShowRGBA of the built-in RadzenColorPicker.

[Parameter]
public bool ShowRGBA { get; set; }

Property Value

bool

Methods

OnChange(string)

Handles the change event of built-in RadzenColorPicker.

protected Task OnChange(string value)

Parameters

value string

The new color.

Returns

Task