ImageComboBoxItem.Assign(ImageComboBoxItem) Method
Copies all properties of the specified ImageComboBoxItem object to the current item.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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