Class IgbPropertyEditorPropertyDescription
Inheritance
System.Object
IgbPropertyEditorPropertyDescription
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPropertyEditorPropertyDescription : BaseRendererElement, JsonSerializable, IDisposable
Constructors
IgbPropertyEditorPropertyDescription()
Declaration
public IgbPropertyEditorPropertyDescription()
Properties
Declaration
public Action<IgbPropertyEditorPropertyDescriptionButtonClickEventArgs> ButtonClicked { get; set; }
Property Value
Declaration
public string ButtonClickedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Changed
Declaration
public Action<IgbPropertyEditorPropertyDescriptionChangedEventArgs> Changed { get; set; }
Property Value
ChangedScript
Declaration
public string ChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CoercedComplexValue
Declaration
public IgbPropertyEditorDescriptionObject CoercedComplexValue { get; set; }
Property Value
CoercedComplexValues
Declaration
public IgbPropertyEditorDescriptionObjectCollection CoercedComplexValues { get; set; }
Property Value
CoercedPrimitiveValue
Declaration
public object CoercedPrimitiveValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
CoercedValueType
Declaration
public PropertyEditorValueType CoercedValueType { get; set; }
Property Value
CoercingValue
Declaration
public Action<IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs> CoercingValue { get; set; }
Property Value
CoercingValueScript
Declaration
public string CoercingValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ComplexValue
Declaration
public IgbPropertyEditorDescriptionObject ComplexValue { get; set; }
Property Value
ComplexValues
Declaration
public IgbPropertyEditorDescriptionObjectCollection ComplexValues { get; set; }
Property Value
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
PropertyDescriptionType
Declaration
public string PropertyDescriptionType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyEditorPanelParent
Declaration
protected BaseRendererControl PropertyEditorPanelParent { get; set; }
Property Value
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
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
UseCoercedValue
Declaration
public bool UseCoercedValue { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ValueType
Declaration
public PropertyEditorValueType ValueType { get; set; }
Property Value
Methods
Dispose()
Declaration
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
System.IDisposable