Class SerializableTreeGridTextColumn
Represents a class that is used to serialize and deserialize TreeGridTextColumn property settings.
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 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 |