Class GridTextColumn
Represents a column that is used to display the string content in its cells and host TextBox in edit mode.
Inheritance
System.Object
    
    
    
    
    GridTextColumn
      
  Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridTextColumn : GridTextColumnBase, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinitionConstructors
GridTextColumn()
Initializes a new instance of GridTextColumn class.
Declaration
public GridTextColumn()Fields
IsSpellCheckEnabledProperty
Identifies the IsSpellCheckEnabled dependency property.
Declaration
public static readonly DependencyProperty IsSpellCheckEnabledPropertyField Value
| Type | 
|---|
| Microsoft.UI.Xaml.DependencyProperty | 
Remarks
The identifier for the IsSpellCheckEnabled dependency property.
Properties
IsSpellCheckEnabled
Gets or sets that indicates whether the spell check is enabled or not.
Declaration
public bool IsSpellCheckEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | true if the spell check is enabled; otherwise, false. The default value is false. | 
Methods
SetDisplayBindingConverter()
Sets the converter for the DisplayBinding of GridTextColumn.
Declaration
protected override void SetDisplayBindingConverter()Overrides
Remarks
You can override this method to specify the converter for DisplayBinding .
UpdateBindingBasedOnAllowEditing()
Updates the binding for the AllowEdit property changes in the GridTextColumn.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()Overrides
Implements
      System.IDisposable