Show / Hide Table of Contents

Class IgbPropertyEditorPropertyDescription

Inheritance
System.Object
BaseRendererElement
IgbPropertyEditorPropertyDescription
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPropertyEditorPropertyDescription : BaseRendererElement, JsonSerializable, IDisposable

Constructors

IgbPropertyEditorPropertyDescription()

Declaration
public IgbPropertyEditorPropertyDescription()

Properties

ButtonClicked

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

ButtonClickedScript

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

Changed

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

ChangedScript

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

CoercedComplexValue

Declaration
public IgbPropertyEditorDescriptionObject CoercedComplexValue { get; set; }
Property Value
Type Description
IgbPropertyEditorDescriptionObject

CoercedComplexValues

Declaration
public IgbPropertyEditorDescriptionObjectCollection CoercedComplexValues { get; set; }
Property Value
Type Description
IgbPropertyEditorDescriptionObjectCollection

CoercedPrimitiveValue

Declaration
public object CoercedPrimitiveValue { get; set; }
Property Value
Type Description
System.Object

CoercedValueType

Declaration
public PropertyEditorValueType CoercedValueType { get; set; }
Property Value
Type Description
PropertyEditorValueType

CoercingValue

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

CoercingValueScript

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

ComplexValue

Declaration
public IgbPropertyEditorDescriptionObject ComplexValue { get; set; }
Property Value
Type Description
IgbPropertyEditorDescriptionObject

ComplexValues

Declaration
public IgbPropertyEditorDescriptionObjectCollection ComplexValues { get; set; }
Property Value
Type Description
IgbPropertyEditorDescriptionObjectCollection

DropDownNames

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

DropDownValues

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

EditorWidth

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

ElementDescriptionType

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

Label

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

LabelWidth

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

Max

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

Min

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

PrimitiveValue

Declaration
public object PrimitiveValue { get; set; }
Property Value
Type Description
System.Object

Properties

Declaration
public IgbPropertyEditorPropertyDescriptionCollection Properties { get; set; }
Property Value
Type Description
IgbPropertyEditorPropertyDescriptionCollection

PropertyDescriptionType

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

PropertyEditorPanelParent

Declaration
protected BaseRendererControl PropertyEditorPanelParent { get; set; }
Property Value
Type Description
BaseRendererControl

PropertyPath

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

ShouldOverrideDefaultEditor

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

Step

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

Subtitle

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

TargetPropertyUpdating

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

TargetPropertyUpdatingScript

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

Type

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

UseCoercedValue

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

ValueType

Declaration
public PropertyEditorValueType ValueType { get; set; }
Property Value
Type Description
PropertyEditorValueType

Methods

Dispose()

Declaration
public void Dispose()

EnsureModulesLoaded()

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

FindByName(String)

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

GetCurrentPrimitiveValue()

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

GetCurrentPrimitiveValueAsync()

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

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable