GroupSummarySortInfoCollection(GridView) Constructor
Initializes a new instance of the GroupSummarySortInfoCollection class.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | GridView | A GridView object or descendant representing the View that will own the collection. This value is assigned to the GroupSummarySortInfoCollection.View property. |
Remarks
This constructor is automatically called when the GridView or a descendant initializes its GridView.GroupSummarySortInfo property.
See Also