Class IgbGridFilterDialogViewModelGrouping
Inheritance
System.Object
IgbGridFilterDialogViewModelGrouping
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridFilterDialogViewModelGrouping : BaseRendererElement, JsonSerializable
Constructors
IgbGridFilterDialogViewModelGrouping()
Declaration
public IgbGridFilterDialogViewModelGrouping()
Properties
EndIndex
Declaration
public int EndIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsOrGrouping
Declaration
public bool IsOrGrouping { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StartIndex
Declaration
public int StartIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
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