menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PivotPagerPropertiesBuilder

    Inheritance
    System.Object
    PivotPagerPropertiesBuilder
    Implements
    IPropertiesBuilder
    System.Web.IHtmlString
    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.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotPagerPropertiesBuilder : IPropertiesBuilder, IHtmlString

    Constructors

    PivotPagerPropertiesBuilder()

    Declaration
    public PivotPagerPropertiesBuilder()

    PivotPagerPropertiesBuilder(PivotPager)

    Declaration
    public PivotPagerPropertiesBuilder(PivotPager PivotPager)
    Parameters
    Type Name Description
    PivotPager PivotPager

    Fields

    PivotPager

    Declaration
    public PivotPager PivotPager
    Field Value
    Type Description
    PivotPager

    Methods

    Locale(String)

    Declaration
    public PivotPagerPropertiesBuilder Locale(string localization)
    Parameters
    Type Name Description
    System.String localization
    Returns
    Type Description
    PivotPagerPropertiesBuilder

    Mode(PivotPagerMode)

    Declaration
    public PivotPagerPropertiesBuilder Mode(PivotPagerMode pagerMode)
    Parameters
    Type Name Description
    PivotPagerMode pagerMode
    Returns
    Type Description
    PivotPagerPropertiesBuilder

    Render()

    Declaration
    public void Render()

    TargetControlID(String)

    Declaration
    public PivotPagerPropertiesBuilder TargetControlID(string targetControlID)
    Parameters
    Type Name Description
    System.String targetControlID
    Returns
    Type Description
    PivotPagerPropertiesBuilder

    ToHtmlString()

    Declaration
    public string ToHtmlString()
    Returns
    Type Description
    System.String

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved