DevExpress: Image ComboBox Edit in C#
By FoxLearn 7/18/2017 9:06:52 PM 6.82K
How to use Image Combobox Edit in C# with DevExpress
Step 1: Click New Project, then select Visual C# on the left, then Windows and then select Windows Forms Application. Name your project "ImageComboBoxEditExample" and then click OK
Step 2: Design your form as below
You need to add an ImageCollection to your windows form application
Step 3: Add code to SelectedIndexChanged event handler as below
private void imageComboBoxEdit_SelectedIndexChanged(object sender, EventArgs e) { DevExpress.XtraEditors.XtraMessageBox.Show(imageComboBoxEdit.EditValue.ToString(), "Message", MessageBoxButtons.OK, MessageBoxIcon.Information); }
VIDEO TUTORIALS
- How to Download and Install DevExpress
- How to use DevExpress Themes/Skins in C#
- How to use Ribbon Control in C#
- How to use DevExpress Project Converter
- How to get icons from the DX Image Gallery
- How to set default font for RichEditControl
- How to Clear content in RichEditControl
- How to use CheckedComboBoxEdit with SearchControl in C#
Categories
Popular Posts
Flat Able Admin Dashboard Template
11/18/2024
Regal Admin Dashboard Template
11/18/2024
Plus Admin Dashboard Template
11/18/2024
Admin Tailwind CSS Admin Dashboard Template
11/18/2024