Class IgbColumnEditorOptions
Inheritance
System.Object
IgbColumnEditorOptions
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnEditorOptions : IgbFieldEditorOptions, JsonSerializable
Constructors
IgbColumnEditorOptions()
Declaration
public IgbColumnEditorOptions()
Properties
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