RepositoryItemImageComboBox images1 = new RepositoryItemImageComboBox();
            images1.SmallImages = imageCollection1;
            images1.Items.Add(new ImageComboBoxItem("", 0, 0));
            images1.Items.Add(new ImageComboBoxItem("", 1, 1));
            images1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            images1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
            view.Columns["Unable"].ColumnEdit = images1;
            view.Columns["Unable"].Caption = "    ";
            images1.SelectedIndexChanged += new EventHandler(images1_SelectedIndexChanged);

相关文章:

  • 2021-11-29
  • 2021-11-08
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案