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 |