Class DeserializationOptions
Represents the class that contains options for controlling the deserialization.
Inheritance
Inherited Members
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 |
---|
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 |