GridColumnTotal Constructors
A total calculated based on Grid column values.Name | Parameters | Description |
---|---|---|
GridColumnTotal() | none | Initializes a new instance of the GridColumnTotal class. |
GridColumnTotal(GridColumnTotalType) | totalType | Initializes a new instance of the GridColumnTotal class with specified type of summary function used to calculate a column total. |
See Also