menu

WPF

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

    Show / Hide Table of Contents

    Class DeserializationOptions

    Represents a class that provide options to deserialize the SfDataGrid settings.

    Inheritance
    System.Object
    DeserializationOptions
    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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class DeserializationOptions

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved