menu

WPF

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

    Show / Hide Table of Contents

    Class OlapPager

    Represent paging operations OlapPager control for paging operations with OlapDataManager.

    Inheritance
    System.Object
    OlapPager
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class OlapPager : Control

    Constructors

    OlapPager()

    Initializes a new instance of the OlapPager class.

    Declaration
    public OlapPager()

    Fields

    CategoricalCurrentPageProperty

    Sets current page number to categorical pager.

    Declaration
    public static readonly DependencyProperty CategoricalCurrentPageProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CategoricalPageSizeProperty

    Sets the default page size for categorical page.

    Declaration
    public static readonly DependencyProperty CategoricalPageSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    DisplayModeProperty

    Called when [display mode changed].

    Declaration
    public static readonly DependencyProperty DisplayModeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsAutoExecuteEnabledProperty

    AutoExecute Dependency property.

    Declaration
    public static readonly DependencyProperty IsAutoExecuteEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    OlapDataManagerProperty

    Called when [OlapDataManager changed].

    Declaration
    public static readonly DependencyProperty OlapDataManagerProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SeriesCurrentPageProperty

    Sets current page number to series pager.

    Declaration
    public static readonly DependencyProperty SeriesCurrentPageProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SeriesPageSizeProperty

    Sets the default page size for series pager.

    Declaration
    public static readonly DependencyProperty SeriesPageSizeProperty
    Field Value
    Type
    System.Windows.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.

    DisplayMode

    Gets or sets display mode.

    Declaration
    public DisplayMode DisplayMode { get; set; }
    Property Value
    Type Description
    DisplayMode

    Display mode.

    IsAutoExecuteEnabled

    Gets or sets whether the AutoExecute option is enabled in OlapClient control or not.

    Declaration
    public bool IsAutoExecuteEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Returns true if [IsAutoExecuteEnabled]; otherwise, false.

    OlapDataManager

    Gets or sets OlapDataManager.

    Declaration
    public OlapDataManager OlapDataManager { get; set; }
    Property Value
    Type Description
    OlapDataManager

    OlapDataManager.

    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.

    VisualStyle

    Gets or sets visual style.

    Declaration
    public string VisualStyle { get; set; }
    Property Value
    Type Description
    System.String

    VisualStyle.

    Methods

    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
    public override void OnApplyTemplate()

    OnThemeStyleChanged(String)

    Sets theme for OlapPager.

    Declaration
    public void OnThemeStyleChanged(string theme)
    Parameters
    Type Name Description
    System.String theme

    Theme name.

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved