Class IgbGroupByRecord
Inheritance
System.Object
IgbGroupByRecord
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGroupByRecord : BaseRendererElement, JsonSerializable
Constructors
IgbGroupByRecord()
Declaration
public IgbGroupByRecord()
Properties
Column
Declaration
public IgbColumn Column { get; set; }
Property Value
Expression
Declaration
public IgbSortingExpression Expression { get; set; }
Property Value
GroupParent
Declaration
public IgbGroupByRecord GroupParent { get; set; }
Property Value
Groups
Declaration
public IgbGroupByRecord[] Groups { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Level
Declaration
public double Level { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Records
Declaration
public object[] Records { get; set; }
Property Value
| Type |
Description |
| System.Object[] |
|
RecordsScript
Provides a means of setting Records in the JavaScript environment.
Declaration
public string RecordsScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements