Class ExportModes
Specifies export modes, to export the PivotGrid either cell wise or as PivotTable.
Inheritance
System.Object
ExportModes
Namespace: Syncfusion.UI.Xaml.PivotGridConverter
Assembly: Syncfusion.SfPivotGridConverter.UWP.dll
Syntax
public sealed class ExportModes : Enum
Fields
Cell
Enables cell wise exporting.
Declaration
public const ExportModes Cell
Field Value
Type |
---|
ExportModes |
PivotTable
Enables PivotTable exporting.
Declaration
public const ExportModes PivotTable
Field Value
Type |
---|
ExportModes |