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.SfGrid.WPF.dll
Syntax
public class TreeGridTextColumn : TreeGridTextColumnBase, IDisposable, IFilterDefinition
Constructors
TreeGridTextColumn()
Initializes a new instance of the TreeGridTextColumn class.
Declaration
public TreeGridTextColumn()
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