menu

WPF

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

    Show / Hide Table of Contents

    Enum DisplayMode

    To set the display mode for OlapPager. We can either display both the pager at the same time or specific one. By default both categorical and series pager will be displayed.

    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public enum DisplayMode

    Fields

    Name Description
    Both

    Both Categorical(or Column) and Series(or Row).

    CategorialOnly

    Only Categorical(or Column).

    SeriesOnly

    Only Series(or Row).

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