Class SerializableGridTableSummaryRow
Represents a class that is used to serialize and deserialize GridTableSummaryRow 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 SerializableGridTableSummaryRow : SerializableGridSummaryRow
  Constructors
SerializableGridTableSummaryRow()
Declaration
public SerializableGridTableSummaryRow()
  Properties
Position
Gets or sets a value indicating whether the serializable table summary row is positioned at either the top or bottom of the SfDataGrid.
Declaration
public VerticalPosition Position { get; set; }
  Property Value
| Type | 
|---|
| VerticalPosition |