menu

WinForms

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

    Show / Hide Table of Contents

    Class SerializationOptions

    Represents the class that contains options for controlling the serialization.

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

    Constructors

    SerializationOptions()

    Initializes a new instance of the SerializationOptions class.

    Declaration
    public SerializationOptions()

    Properties

    SerializeConditionalFormats

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

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

    SerializeExpandCollapseState

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

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

    SerializeFiltering

    Gets or sets a value indicating whether the filtered items need to be serialized in PivotGridControl.

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

    SerializeGrouping

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

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

    SerializePivotCalculations

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

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

    SerializePivotColumns

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

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

    SerializePivotRows

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

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

    SerializeSorting

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

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