Show / Hide Table of Contents

Class IgbColorEditor

Inheritance
System.Object
BaseRendererControl
IgbColorEditor
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl.eventCallbacksCache
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveEventBehavior()
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.EventBehavior
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColorEditor : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbColorEditor()

Declaration
public IgbColorEditor()

Properties

AllowTextInput

Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed

Declaration
public bool AllowTextInput { get; set; }
Property Value
Type Description
System.Boolean

BaseTheme

Gets or sets the base built in theme to use for the date picker.

Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Type Description
BaseControlTheme

DefaultEventBehavior

Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Type Description
ControlEventBehavior
Overrides
BaseRendererControl.DefaultEventBehavior

Density

Gets or sets the display density to use for the date pcicker.

Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Type Description
ControlDisplayDensity

GotFocus

Declaration
public EventCallback<IgbColorEditorGotFocusEventArgs> GotFocus { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColorEditorGotFocusEventArgs>

GotFocusScript

Declaration
public string GotFocusScript { get; set; }
Property Value
Type Description
System.String

IconColor

Gets or Sets the text color

Declaration
public string IconColor { get; set; }
Property Value
Type Description
System.String

IsDisabled

Declaration
public bool IsDisabled { get; set; }
Property Value
Type Description
System.Boolean

IsFixed

Indicates that the editor dropdown will position itself relative to the window instead of the document.

Declaration
public bool IsFixed { get; set; }
Property Value
Type Description
System.Boolean

Label

Gets or Sets the property name that contains the label.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

LabelFontFamily

Declaration
public string LabelFontFamily { get; set; }
Property Value
Type Description
System.String

LabelFontSize

Declaration
public double LabelFontSize { get; set; }
Property Value
Type Description
System.Double

LabelFontStyle

Declaration
public string LabelFontStyle { get; set; }
Property Value
Type Description
System.String

LabelFontWeight

Declaration
public string LabelFontWeight { get; set; }
Property Value
Type Description
System.String

LabelTextColor

Gets or sets the color to use for the text.

Declaration
public string LabelTextColor { get; set; }
Property Value
Type Description
System.String

LostFocus

Declaration
public EventCallback<IgbColorEditorLostFocusEventArgs> LostFocus { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColorEditorLostFocusEventArgs>

LostFocusScript

Declaration
public string LostFocusScript { get; set; }
Property Value
Type Description
System.String

OpenAsChild

Indicates that the dropdown should open as a child of the color editor.

Declaration
public bool OpenAsChild { get; set; }
Property Value
Type Description
System.Boolean

OpenOnFocus

Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed

Declaration
public bool OpenOnFocus { get; set; }
Property Value
Type Description
System.Boolean

ShowClearButton

Gets or sets the ShowClearButton property to detirmine if the clear button is shown

Declaration
public bool ShowClearButton { get; set; }
Property Value
Type Description
System.Boolean

TextColor

Gets or Sets the text color

Declaration
public string TextColor { get; set; }
Property Value
Type Description
System.String

TextFontFamily

Declaration
public string TextFontFamily { get; set; }
Property Value
Type Description
System.String

TextFontSize

Declaration
public double TextFontSize { get; set; }
Property Value
Type Description
System.Double

TextFontStyle

Declaration
public string TextFontStyle { get; set; }
Property Value
Type Description
System.String

TextFontWeight

Declaration
public string TextFontWeight { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

UseTopLayer

Indicates that the dropdown will place itself into the browser top layer.

Declaration
public bool UseTopLayer { get; set; }
Property Value
Type Description
System.Boolean

Value

Gets or Sets color value of the editor.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

ValueChanged

Declaration
public Action<IgbColorEditorPanelSelectedValueChangedEventArgs> ValueChanged { get; set; }
Property Value
Type Description
System.Action<IgbColorEditorPanelSelectedValueChangedEventArgs>

ValueChangedScript

Declaration
public string ValueChangedScript { get; set; }
Property Value
Type Description
System.String

ValueChanging

Declaration
public Action<IgbColorEditorPanelSelectedValueChangedEventArgs> ValueChanging { get; set; }
Property Value
Type Description
System.Action<IgbColorEditorPanelSelectedValueChangedEventArgs>

ValueChangingScript

Declaration
public string ValueChangingScript { get; set; }
Property Value
Type Description
System.String

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

ExportSerializedVisualModel()

Declaration
public string ExportSerializedVisualModel()
Returns
Type Description
System.String

ExportSerializedVisualModelAsync()

Returns a serialized copy of the exported visual model

Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ExportVisualModel()

Declaration
public object ExportVisualModel()
Returns
Type Description
System.Object

ExportVisualModelAsync()

Exports visual information about the current state of the color editor.

Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

GetCurrentValue()

Declaration
public string GetCurrentValue()
Returns
Type Description
System.String

GetCurrentValueAsync()

Declaration
public Task<string> GetCurrentValueAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

Select()

Declaration
public void Select()

SelectAsync()

Declaration
public Task SelectAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable