Skip to main content

CheckedListBoxItemCollection(Int32) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CheckedListBoxItemCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

A value to initialize the collection’s Capacity property.

See Also