menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagerOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PagerOptions

    Represents the options for pager.

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

    Constructors

    PagerOptions()

    Initializes a new instance of the PagerOptions class.

    Declaration
    public PagerOptions()

    Properties

    CategorialCurrentPage

    Gets or sets the index of the current horizontal page.

    Declaration
    [Obsolete("Please use CategoricalCurrentPage property instead of this")]
    public int CategorialCurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the current horizontal page.

    CategorialPageSize

    Gets or sets the size of the horizontal page.

    Declaration
    [Obsolete("Please use CategoricalPageSize property instead of this")]
    public int CategorialPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    The size of the horizontal page.

    CategoricalCurrentPage

    Gets or sets the index of the current horizontal page.

    Declaration
    public int CategoricalCurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the current horizontal page.

    CategoricalPageSize

    Gets or sets the size of the horizontal page.

    Declaration
    public int CategoricalPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    The size of the horizontal page.

    SeriesCurrentPage

    Gets or sets the index of the current vertical page.

    Declaration
    public int SeriesCurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the current vertical page.

    SeriesPageSize

    Gets or sets the size of the vertical page.

    Declaration
    public int SeriesPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    The size of the vertical page.

    Methods

    CopyTo(ref PagerOptions)

    Copies the current pager options to new one.

    Declaration
    public void CopyTo(ref PagerOptions pager)
    Parameters
    Type Name Description
    PagerOptions pager

    The copy of current pager options.

    ShouldSerializeCategorialCurrentPage()

    Should serialize method for CategorialCurrentPage property.

    Declaration
    public bool ShouldSerializeCategorialCurrentPage()
    Returns
    Type Description
    System.Boolean

    false

    ShouldSerializeCategorialPageSize()

    Should serialize method for CategorialPageSize property.

    Declaration
    public bool ShouldSerializeCategorialPageSize()
    Returns
    Type Description
    System.Boolean

    false

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