alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DeserializationOptions

    Represents the class that contains options for controlling the deserialization.

    Inheritance
    System.Object
    DeserializationOptions
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class DeserializationOptions : Object

    Constructors

    DeserializationOptions()

    Initializes a new instance of the DeserializationOptions class.

    Declaration
    public DeserializationOptions()

    Properties

    DeserailizePivotRows

    Gets or sets a value indicating whether the pivot row items need to be deserialized.

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

    DeserializeConditionalFormats

    Gets or sets a value indicating whether the conditional formats need to be deserialized.

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

    DeserializeExpandCollapseState

    Gets or sets a value indicating whether the expand and collapse state of items need to be deserialized.

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

    DeserializeFiltering

    Gets or sets a value indicating whether the filtered items need to be deserialized.

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

    DeserializeGrouping

    Gets or sets a value indicating whether the grouping bar needs to be deserialized.

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

    DeserializePivotCalculations

    Gets or sets a value indicating whether the pivot calculation items need to be deserialized.

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

    DeserializePivotColumns

    Gets or sets a value indicating whether the pivot column items need to be deserialized.

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

    DeserializeSorting

    Gets or sets a value indicating whether the sorted items need to be deserialized.

    Declaration
    public bool DeserializeSorting { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved