WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DeserializationOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DeserializationOptions

    Represents the class that contains options for controlling the deserialization.

    Inheritance
    System.Object
    DeserializationOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class DeserializationOptions

    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved