Class TreeGridTextColumn
Represents a column that is used to display the string content in its cells and host TextBox in edit mode.
Inheritance
System.Object
TreeGridTextColumn
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridTextColumn : TreeGridTextColumnBase, IDisposable, IFilterDefinition
Constructors
TreeGridTextColumn()
Initializes a new instance of the TreeGridTextColumn class.
Declaration
public TreeGridTextColumn()
Fields
IsSpellCheckEnabledProperty
Identifies the IsSpellCheckEnabled dependency property.
Declaration
public static readonly DependencyProperty IsSpellCheckEnabledProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the IsSpellCheckEnabled dependency property.
Properties
IsSpellCheckEnabled
Gets or sets a value that indicates whether the spell check is enabled for the TextBox in edit mode.
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 column.
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 column.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()
Overrides
Implements
System.IDisposable