Class IgbHierarchicalGridBaseDirective
Inheritance
System.Object
IgbHierarchicalGridBaseDirective
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbHierarchicalGridBaseDirective : IgbGridBaseDirective, RefSink, JsonSerializable, IDisposable
Constructors
IgbHierarchicalGridBaseDirective()
Declaration
public IgbHierarchicalGridBaseDirective()
Properties
DataPreLoad
Declaration
public EventCallback<IgbForOfStateEventArgs> DataPreLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Components.EventCallback<IgbForOfStateEventArgs> |
DataPreLoadScript
Declaration
public string DataPreLoadScript { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HasChildrenKey
Declaration
public string HasChildrenKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RootGrid
Declaration
public IgbGridBaseDirective RootGrid { get; set; }
Property Value
| Type | Description |
|---|---|
| IgbGridBaseDirective |
ShowExpandAll
Declaration
public bool ShowExpandAll { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
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
System.IDisposable