Skip to main content

GridGroupSummarySortInfoCollection.ClearAndAddRange(GridGroupSummarySortInfo[]) Method

Clears the current collection and adds the specified GridGroupSummarySortInfo objects.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void ClearAndAddRange(
    params GridGroupSummarySortInfo[] sortInfos
)

Parameters

Name Type Description
sortInfos GridGroupSummarySortInfo[]

An array of GridGroupSummarySortInfo objects.

Remarks

To append the specified objects to the collection, use the GridGroupSummarySortInfoCollection.AddRange method.

See Also