Skip to main content

SortingInfoList(Int32) Constructor

Initializes a new instance of the SortingInfoList class.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SortingInfoList(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer value that specifies the number of elements that the collection can contain.

See Also