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.v14.2.dll

#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