Skip to main content

ImageListBoxItem(Object) Constructor

Creates a new ImageListBoxItem object and instantiates its ListBoxItem.Value property.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[ImageListBoxItemPrefferedContructor]
public ImageListBoxItem(
    object value
)

Parameters

Name Type Description
value Object

An object representing the item’s value. This value is assigned to the ListBoxItem.Value property.

See Also