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

CheckedListBoxItemCollection() Constructor

Creates a new CheckedListBoxItemCollection object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CheckedListBoxItemCollection()

Remarks

This constructor is automatically called when the CheckedListBoxControl object is initialized in order to instantiate its BaseCheckedListBoxControl.Items property. The constructor maintains the .NET infrastructure and is not intended to be used in your code.

See Also