Class DeserializationOptions
Represents a class that provide options to deserialize the SfDataGrid settings.
Inheritance
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DeserializationOptions : Object
Constructors
DeserializationOptions()
Declaration
public DeserializationOptions()
Properties
DeserializeCaptionSummary
Gets or sets a value that indicates 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 that indicates 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. |
DeserializeDetailsViewDefinition
Gets or sets a value that indicates whether the DetailsViewDefinition should be deserialized in SfDataGrid.
Declaration
public bool DeserializeDetailsViewDefinition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the DetailsViewDefinition is deserialized; otherwise, false. The default is true. |
DeserializeFiltering
Gets or sets a value that indicates whether the filtering should be deserialized in SfDataGrid.
Declaration
public bool DeserializeFiltering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the filtering is deserialized; otherwise, false. The default is true. |
DeserializeGrouping
Gets or sets a value that indicates 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 that indicates whether the GroupSummaryRow should be deserialized in SfDataGrid.
Declaration
public bool DeserializeGroupSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the GroupSummaryRow is deserialized; otherwise, false. The default is true. |
DeserializeSorting
Gets or sets a value that indicates 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 that indicates 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. |
DeserializeTableSummaries
Gets or sets a value that indicates 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 that indicates 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. |