Class TreeGridSerializationOptions
Represents a class that provides options to serialize SfTreeGrid settings.
Inheritance
Inherited Members
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. |