Class IgbPropertyEditorDescriptionObject
Inheritance
System.Object
IgbPropertyEditorDescriptionObject
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPropertyEditorDescriptionObject : BaseRendererElement, JsonSerializable
Constructors
IgbPropertyEditorDescriptionObject()
Declaration
public IgbPropertyEditorDescriptionObject()
Properties
DescriptionType
Declaration
public string DescriptionType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Properties
Declaration
public IgbPropertyEditorPropertyDescriptionCollection Properties { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements