alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridSerializationOptions

    Represents a class that provides options to serialize SfTreeGrid settings.

    Inheritance
    System.Object
    TreeGridSerializationOptions
    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 TreeGridSerializationOptions

    Constructors

    TreeGridSerializationOptions()

    Declaration
    public TreeGridSerializationOptions()

    Properties

    SerializeColumns

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

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

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

    SerializeFiltering

    Gets or sets a value that indicates whether the filter predicates should be serialized in SfTreeGrid.

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

    true if the filter predicates is serialized; otherwise, false. The default is true.

    SerializeSorting

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

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

    true if the sorting is serialized; otherwise, false. The default is true.

    SerializeStackedHeaders

    Gets or sets a value that indicates whether the StackedHeaderRows should be serialized in SfTreeGrid.

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

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

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