Class GridTableSummaryRow
Represents a class that defines summary information of table summary row in SFDataGrid.
Implements
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
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridTableSummaryRow : GridSummaryRow, ISummaryRow
Constructors
GridTableSummaryRow()
Initializes a new instance of the GridTableSummaryRow class.
Declaration
public GridTableSummaryRow()
Properties
Position
Gets or sets a value that indicates the position of table summary row in SFDataGrid.
Declaration
public VerticalPosition Position { get; set; }
Property Value
Type | Description |
---|---|
VerticalPosition | One of the |
Methods
Dispose()
Releases all the resources used by GridTableSummaryRow class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the object and collection items.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | The is Disposing. |