Skip to main content

ListBoxItemCollection() Constructor

Creates a new ListBoxItemCollection object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ListBoxItemCollection()

Remarks

This constructor is automatically called by a ListBoxControl object when its ListBoxControl.Items property is instantiated. The constructor maintains the .NET infrastructure and is not intended to be used in your code.

See Also