Skip to main content

ImageComboBoxItem.Assign(ImageComboBoxItem) Method

Copies all properties of the specified ImageComboBoxItem object to the current item.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    ImageComboBoxItem pi
)

Parameters

Name Type Description
pi ImageComboBoxItem

The source item whose properties must be copied to the current item.

Remarks

Assign copies the caption, value and image index of the source item to the current ImageComboBoxItem object.

The method is mostly used internally and is not intended to be called from your code.

See Also