ClassTelerikFlatColorPicker
Class
The class for the Telerik FlatColorPicker Component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFlatColorPicker : ColorEditorBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<string>ColorEditorBaseTelerikFlatColorPicker
Implements:
Inherited Members
Constructors
TelerikFlatColorPicker()
Declaration
cs-api-definition
public TelerikFlatColorPicker()
Properties
FlatColorPickerViews
Container of the flatcolorpicker views.
Declaration
cs-api-definition
[Parameter]
public RenderFragment FlatColorPickerViews { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides