Class DeserializationOptions
Represents a class that provides options to deserialize SfDataGrid settings.
Inheritance
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DeserializationOptions
Constructors
DeserializationOptions()
Initializes a new instance of the DeserializationOptions class.
Declaration
public DeserializationOptions()
Properties
DeserializeCaptionSummary
Gets or sets a value indicating whether the CaptionSummaryRow should be deserialized in SfDataGrid.
Declaration
public bool DeserializeCaptionSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the CaptionSummaryRow is deserialized; otherwise, false. The default is true. |
DeserializeColumns
Gets or sets a value indicating whether the columns should be deserialized in SfDataGrid.
Declaration
public bool DeserializeColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the columns is deserialized; otherwise, false. The default is true. |
DeserializeDetailsViewDefinitions
Gets or sets a value indicating whether the DetailsViewDefinitions should be deserialized in SfDataGrid.
Declaration
public bool DeserializeDetailsViewDefinitions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the DetailsViewDefinitions should be deserialized; otherwise, false. The default is true. |
DeserializeFiltering
Gets or sets a value indicating whether the filter predicates should be deserialized in SfDataGrid.
Declaration
public bool DeserializeFiltering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the filter predicates is deserialized; otherwise, false. The default is true. |
DeserializeGrouping
Gets or sets a value indicating whether the grouping should be deserialized in SfDataGrid.
Declaration
public bool DeserializeGrouping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the grouping is deserialized; otherwise, false. The default is true. |
DeserializeGroupSummaries
Gets or sets a value indicating whether the GroupSummaryRows should be deserialized in SfDataGrid.
Declaration
public bool DeserializeGroupSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the GroupSummaryRows is deserialized; otherwise, false. The default is true. |
DeserializeSorting
Gets or sets a value indicating whether the sorting should be deserialized in SfDataGrid.
Declaration
public bool DeserializeSorting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the sorting is deserialized; otherwise, false. The default is true. |
DeserializeStackedHeaders
Gets or sets a value indicating whether the StackedHeaderRows should be deserialized in SfDataGrid.
Declaration
public bool DeserializeStackedHeaders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the StackedHeaderRows is deserialized; otherwise, false. The default is true. |
DeserializeStyle
Gets or sets a value indicating whether the Style should be deserialized in SfDataGrid.
Declaration
public bool DeserializeStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the Style is deserialized; otherwise, false. The default is true. |
DeserializeTableSummaries
Gets or sets a value indicating whether the TableSummaryRows should be deserialized in SfDataGrid.
Declaration
public bool DeserializeTableSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the TableSummaryRows is deserialized; otherwise, false. The default is true. |
DeserializeUnboundRows
Gets or sets a value indicating whether the unbound rows should be deserialized in SfDataGrid.
Declaration
public bool DeserializeUnboundRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the unbound rows is deserialized; otherwise, false. The default is true. |