Class SerializableTreeGridTextColumn
Represents a class that is used to serialize and deserialize TreeGridTextColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableTreeGridTextColumn : SerializableTreeGridColumn
Constructors
SerializableTreeGridTextColumn()
Declaration
public SerializableTreeGridTextColumn()
Properties
TextWrapping
Gets or sets a value that indicates how cell content should wrap the text in the SerializableTreeGridTextColumn.
Declaration
public TextWrapping TextWrapping { get; set; }
Property Value
| Type |
|---|
| System.Windows.TextWrapping |