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.WPF.dll
Syntax
public class GridTextColumn : GridTextColumnBase, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinition
Constructors
GridTextColumn()
Initializes a new instance of
Declaration
public GridTextColumn()
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