Skip to main content

GridGroupSummarySortInfoCollection.AddRange(GridGroupSummarySortInfo[]) Method

Adds an array of GridGroupSummarySortInfo objects to the current collection.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void AddRange(
    params GridGroupSummarySortInfo[] items
)

Parameters

Name Type Description
items GridGroupSummarySortInfo[]

An array of GridGroupSummarySortInfo objects.

Remarks

The AddRange method appends the specified objects to the collection. To clear the collection and add new objects, use the GridGroupSummarySortInfoCollection.ClearAndAddRange method.

See Also