Class IgbColorEditor
Inheritance
System.Object
IgbColorEditor
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColorEditor : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbColorEditor()
Declaration
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
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
Density
Gets or sets the display density to use for the date pcicker.
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
GotFocus
Declaration
public EventCallback<IgbColorEditorGotFocusEventArgs> GotFocus { get; set; }
Property Value
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
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 |
|
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
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
ValueChangedScript
Declaration
public string ValueChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ValueChanging
Declaration
public Action<IgbColorEditorPanelSelectedValueChangedEventArgs> ValueChanging { get; set; }
Property Value
ValueChangingScript
Declaration
public string ValueChangingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
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
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
SelectAsync()
Declaration
public Task SelectAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable