menu

UWP

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

    Show / Hide Table of Contents

    Class PagerOptions

    Represents the options for pager.

    Inheritance
    System.Object
    PagerOptions
    Namespace: Syncfusion.Olap.UWP.Manager
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class PagerOptions : Object

    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
    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
    public int CategorialPageSize { 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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved