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