alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeGridDeserializationOptions

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

    Inheritance
    System.Object
    TreeGridDeserializationOptions
    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.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridDeserializationOptions

    Constructors

    TreeGridDeserializationOptions()

    Declaration
    public TreeGridDeserializationOptions()

    Properties

    DeserializeColumns

    Gets or sets a value that indicates whether the columns should be deserialized in SfTreeGrid.

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

    true if the columns is deserialized; otherwise, false. The default is true.

    DeserializeFiltering

    Gets or sets a value that indicates whether the filtering should be deserialized in SfTreeGrid.

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

    true if the filtering is deserialized; otherwise, false. The default is true.

    DeserializeSorting

    Gets or sets a value that indicates whether the sorting should be deserialized in SfTreeGrid.

    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 SfTreeGrid.

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

    true if the StackedHeaderRows is deserialized; otherwise, false. The default is true.

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