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

GridColumnSortInfoCollection.AddRange(GridColumnSortInfo[]) Method

Adds an array of GridColumnSortInfo objects to the current collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void AddRange(
    GridColumnSortInfo[] sortInfos
)

Parameters

Name Type Description
sortInfos GridColumnSortInfo[]

An array of GridColumnSortInfo objects to add to the collection.

Remarks

An element cannot be added to the collection in specific cases. See the GridColumnSortInfoCollection.Add topic for more information.

See Also