Class TreeGridDeserializationOptions
Represents a class that provide options to deserialize the SfTreeGrid settings.
Inheritance
Inherited Members
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. |