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

GroupingInfoList(Int32) Constructor

Initializes a new instance of the GroupingInfoList class.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public GroupingInfoList(
    int capacity
)

Parameters

Name Type Description
capacity Int32

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

See Also