ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnDemandGroupInfo

    Show / Hide Table of Contents

    Class OnDemandGroupInfo

    Inheritance
    System.Object
    OnDemandGroupInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class OnDemandGroupInfo

    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
    [HtmlAttributeName("where")]
    public List<WhereFilter> Where { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<WhereFilter>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved