Skip to main content

PickImageItem(String, Int32) Constructor

Creates an image combobox item and initializes the item’s caption and image index.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PickImageItem(
    string description,
    int imageIndex
)

Parameters

Name Type Description
description String

The string to initialize the item’s ImageComboBoxItem.Description property.

imageIndex Int32

The value to initialize the ImageComboBoxItem.ImageIndex property.

Remarks

The PickImageItem class is now obsolete. To create items for the editor, use the ImageComboBoxItem instead.

See Also