Skip to main content
A newer version of this page is available. .

GroupSummarySortInfoCollection.AddRange(GroupSummarySortInfo[]) Method

Appends an array of GroupSummarySortInfo objects to the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

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