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.  |