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.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridTextColumn : GridTextColumnBase, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinition
Constructors
GridTextColumn()
Initializes a new instance of
Declaration
public GridTextColumn()
Fields
IsSpellCheckEnabledProperty
Identifies the
Declaration
public static readonly DependencyProperty IsSpellCheckEnabledProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the
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
Declaration
protected override void SetDisplayBindingConverter()
Overrides
Remarks
You can override this method to specify the converter for
UpdateBindingBasedOnAllowEditing()
Updates the binding for the AllowEdit property changes in the GridTextColumn.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()
Overrides
Implements
System.IDisposable