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

CheckedListBoxItemCollection(Int32) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CheckedListBoxItemCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

A value to initialize the collection’s Capacity property.

See Also