Class ColorEditorBase
The Base Class for the ColorPicker and ColorPicker components.
Inherited Members
Namespace: Telerik.Blazor.Components.Common
Assembly: Telerik.Blazor.dll
Syntax
public class ColorEditorBase : TelerikInputBase<string>, IDisposable, ILabelableInput, IColorPickerViewContainer
Constructors
ColorEditorBase()
Declaration
public ColorEditorBase()
Properties
OnBlur
Declaration
public EventCallback OnBlur { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback
|
ShowButtons
Specifies whether Apply and Cancel buttons should be rendered. Default value is true
.
Declaration
public bool ShowButtons { get; set; }
Property Value
System.Boolean
|
ShowClearButton
Specifies whether clear button should be rendered. Default value is true
.
Declaration
public bool ShowClearButton { get; set; }
Property Value
System.Boolean
|
ShowPreview
Specifies whether preview functionality is enabled. Default value is true
.
Declaration
public bool ShowPreview { get; set; }
Property Value
System.Boolean
|
ValueFormat
Specifies the format used to convert the value.
Declaration
public ColorFormat ValueFormat { get; set; }
Property Value
ColorFormat
|
View
Specifies the current view of the picker.
Declaration
public ColorPickerView View { get; set; }
Property Value
ColorPickerView
|
ViewChanged
Fires when the view of the picker in changed.
Declaration
public EventCallback<ColorPickerView> ViewChanged { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<ColorPickerView>
|
Methods
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|