Class SerializableGridTextColumn
Represents a class that is used to serialize and deserialize GridTextColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridTextColumn : SerializableGridColumn
Constructors
SerializableGridTextColumn()
Declaration
public SerializableGridTextColumn()
Properties
IsSpellCheckEnabled
Gets or sets a value indicating whether the Spellcheck is enabled or not.
Declaration
public bool IsSpellCheckEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
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 |
---|
Microsoft.UI.Xaml.TextWrapping |