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

GridGroupSummarySortInfoCollection.AddRange(GridGroupSummarySortInfo[]) Method

Adds an array of GridGroupSummarySortInfo objects to the current collection.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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