Skip to main content

CheckedListBoxItemCollection() Constructor

Creates a new CheckedListBoxItemCollection object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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