Class OnDemandGroupInfo
Inheritance
System.Object
OnDemandGroupInfo
Assembly: Syncfusion.EJ2.dll
Syntax
public class OnDemandGroupInfo : Object
Constructors
OnDemandGroupInfo()
Declaration
public OnDemandGroupInfo()
Properties
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Skip
Declaration
public int Skip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Where
Declaration
public List<WhereFilter> Where { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<WhereFilter> |
|