Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupSummarySortInfoCollection.AddRange(GroupSummarySortInfo[]) Method

Appends an array of GroupSummarySortInfo objects to the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public void AddRange(
    GroupSummarySortInfo[] sortInfos
)

#Parameters

Name Type Description
sortInfos GroupSummarySortInfo[]

An array of GroupSummarySortInfo objects to add to the collection.

#Remarks

This method uses the GroupSummarySortInfoCollection.BeginUpdate and GroupSummarySortInfoCollection.EndUpdate methods to prevent the collection from being updated until all the items in the specified array have been added to the end of the collection.

See Also