ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnDemandGroupInfo - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OnDemandGroupInfo

    Inheritance
    System.Object
    OnDemandGroupInfo
    Namespace: Syncfusion.EJ2.Base
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved