Class SerializableGridTextColumn
Represents a class that is used to serialize and deserialize GridTextColumn property settings.
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)
    
      System.Object.ToString()
    
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridTextColumn : SerializableGridColumn
  Constructors
SerializableGridTextColumn()
Declaration
public SerializableGridTextColumn()
  Properties
AllowMultiline
Gets or sets a value indicating whether the text box of the column should be Multiline or not.
Declaration
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
public bool AllowVerticalScrollbar { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean |