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

ListBoxItemCollection(Int32) Constructor

Initializes a new instance of the ListBoxItemCollection class with the specified capacity.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ListBoxItemCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

A value to initialize the collection’s Capacity property.

See Also