How to set size of a popup detail view

http://community.devexpress.com/forums/p/105313/356765.aspx#356765

 

private void Application_CustomizeTemplate(object sender, CustomizeTemplateEventArgs e)
        {
            this.Application.CustomizeTemplate -= this.Application_CustomizeTemplate;
            (e.Template as Form).Size = new Size(440260);
        } 

 

相关文章:

  • 2021-08-05
  • 2021-08-18
  • 2021-10-01
  • 2021-11-11
  • 2021-05-27
  • 2021-08-15
  • 2022-02-22
猜你喜欢
  • 2021-06-16
  • 2022-02-21
  • 2022-02-11
  • 2021-05-25
  • 2021-11-25
  • 2021-07-08
  • 2022-12-23
相关资源
相似解决方案