menu

UWP

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

    Show / Hide Table of Contents

    Class PivotClientDisplayMode

    Represents the modes used to specify how the pivot client should be displayed.

    Inheritance
    System.Object
    PivotClientDisplayMode
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public sealed class PivotClientDisplayMode : Enum

    Fields

    Both

    Pivot Client will be displayed with both grid and chart.

    Declaration
    public const PivotClientDisplayMode Both
    Field Value
    Type
    PivotClientDisplayMode

    ChartOnly

    Pivot Client will be displayed with chart only.

    Declaration
    public const PivotClientDisplayMode ChartOnly
    Field Value
    Type
    PivotClientDisplayMode

    GridOnly

    Pivot Client will be displayed with grid only.

    Declaration
    public const PivotClientDisplayMode GridOnly
    Field Value
    Type
    PivotClientDisplayMode

    Extension Methods

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