private void button1_Click(object sender, EventArgs e)
        {
            AlertInfo info = new AlertInfo("Caption", "Text");
            info.Image = imageCollection1.Images[0];
            alertControl1.Show(this, info);
        }

图片的大小可以在imageCollection中改变  

效果图如下

DevExpress 关于alertControl 图片显示

相关文章:

  • 2021-06-08
  • 2021-08-11
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2021-05-23
  • 2021-11-13
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案