Skip to main content

ImageListBoxItemCollection() Constructor

Creates a new ImageListBoxItemCollection object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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