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

ImageListBoxItemCollection() Constructor

Creates a new ImageListBoxItemCollection object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ImageListBoxItemCollection()

Remarks

A ImageListBoxControl object invokes the current constructor internally to instantiate its BaseImageListBoxControl.Items property. The constructor maintains the .NET infrastructure and is not intended to be called in your code.

See Also