Back to Devexpress

GroupSummarySortInfoCollection.AddRange(GroupSummarySortInfo[]) Method

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfocollection-dot-addrange-x28-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfo-x29.md

latest2.3 KB
Original Source

GroupSummarySortInfoCollection.AddRange(GroupSummarySortInfo[]) Method

Appends an array of GroupSummarySortInfo objects to the collection.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public void AddRange(
    GroupSummarySortInfo[] sortInfos
)
vb
Public Sub AddRange(
    sortInfos As GroupSummarySortInfo()
)

Parameters

NameTypeDescription
sortInfosGroupSummarySortInfo[]

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

Add

ClearAndAddRange(GroupSummarySortInfo[])

GroupSummarySortInfoCollection Class

GroupSummarySortInfoCollection Members

DevExpress.XtraGrid.Columns Namespace