Class SfPivotPager
Represents the control that visualizes multidimensional data from OLAP data source.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.PivotShared
Assembly: Syncfusion.SfPivotShared.UWP.dll
Syntax
public class SfPivotPager : Control, IDisposable
Constructors
SfPivotPager()
Initializes a new instance of the SfPivotPager class.
Declaration
public SfPivotPager()
Fields
CategoricalCurrentPageProperty
Sets current page number to categorical pager.
Declaration
public static DependencyProperty CategoricalCurrentPageProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CategoricalPageSizeProperty
Sets the default page size for categorical pager.
Declaration
public static DependencyProperty CategoricalPageSizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DisplayModeProperty
Sets the display mode.
Declaration
public static DependencyProperty DisplayModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EnableAutoExecuteProperty
Sets the AutoExecute for pivot pager.
Declaration
public static DependencyProperty EnableAutoExecuteProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
OlapDataManagerProperty
Sets the OlapDataManager.
Declaration
public static DependencyProperty OlapDataManagerProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SeriesCurrentPageProperty
Sets current page number to series pager.
Declaration
public static DependencyProperty SeriesCurrentPageProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SeriesPageSizeProperty
Sets the default page size for series pager.
Declaration
public static DependencyProperty SeriesPageSizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
CategoricalCurrentPage
Gets or sets categorical current page.
Declaration
public int CategoricalCurrentPage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Categorical current page. |
CategoricalPageSize
Gets or sets size of the categorical page.
Declaration
public int CategoricalPageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Size of the categorical page. |
EnableAutoExecute
Gets or sets whether the AutoExecute option is enabled in pivot client control or not.
Declaration
public bool EnableAutoExecute { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Returns |
OlapDataManager
Gets or sets the OLAP data manager which manages OLAP data source.
Declaration
public OlapDataManager OlapDataManager { get; set; }
Property Value
Type |
---|
OlapDataManager |
PagerDisplayMode
Gets or sets the value to display the pager based on the mode.
Declaration
public PagerDisplayMode PagerDisplayMode { get; set; }
Property Value
Type |
---|
PagerDisplayMode |
SeriesCurrentPage
Gets or sets series current page.
Declaration
public int SeriesCurrentPage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Series current page. |
SeriesPageSize
Gets or sets size of the series page.
Declaration
public int SeriesPageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Size of the series page. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
When overridden in a derived class, it get invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
protected override void OnApplyTemplate()
UpdateCategoricalPagerControl()
Updates categorical pager control.
Declaration
public void UpdateCategoricalPagerControl()
UpdatePageSizesFromCurrentReport()
Updates the page size from current report.
Declaration
public void UpdatePageSizesFromCurrentReport()
UpdateSeriesPagerControl()
Updates series pager control.
Declaration
public void UpdateSeriesPagerControl()