ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class TreeGridPageSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeGridPageSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeGridPageSettings : EJTagHelper

    Constructors

    TreeGridPageSettings()

    Declaration
    public TreeGridPageSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    CurrentPage

    Defines the current page number of the pager in TreeGrid.

    Declaration
    public double CurrentPage { get; set; }
    Property Value
    Type Description
    System.Double

    EnableQueryString

    If enableQueryString set to true, then it pass current page information as a query string along with the URL while navigating to other page in TreeGrid.

    Declaration
    public bool EnableQueryString { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    PageCount

    Defines the number of pages to be displayed in the TreeGrid pager container.

    Declaration
    public double PageCount { get; set; }
    Property Value
    Type Description
    System.Double

    PageSize

    Defines the number of records to be displayed in TreeGrid per page.

    Declaration
    public double PageSize { get; set; }
    Property Value
    Type Description
    System.Double

    PageSizeMode

    Specifies the mode of record count in a page. The options are, All: Count all the records. Root: Count only zeroth level parent records.

    Declaration
    public PageSizeMode PageSizeMode { get; set; }
    Property Value
    Type Description
    PageSizeMode

    PageSizes

    If pageSizes set to true or Array of values, It renders DropDownList in the pager of TreeGrid which allow us to select pageSize from DropDownList.

    Declaration
    public object PageSizes { get; set; }
    Property Value
    Type Description
    System.Object

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Template

    Defines the template which renders customized elements in pager of TreeGrid instead of default elements. It accepts either template string or HTML element ID.

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved