Class GridTextColumn
Represents a column that is used to display the string values in its cells and host TextBox in edit mode.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridTextColumn : GridColumn, IDisposable, IFilterDefinition
Constructors
GridTextColumn()
Initializes a new instance of the GridTextColumn class.
Declaration
public GridTextColumn()
Properties
AllowMultiline
Gets or sets a value indicating whether the text box of the column should be Multiline or not.
Declaration
[Cloneable(true)]
public bool AllowMultiline { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowVerticalScrollbar
Gets or sets a value indicating whether the Vertical scrollbar should be enabled while editing or not.
Declaration
[Cloneable(true)]
public bool AllowVerticalScrollbar { get; set; }
Property Value
Type |
---|
System.Boolean |
Implements
System.IDisposable