this.txtDAC005.Name = "txtDAC005";
            this.txtDAC005.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
            this.txtDAC005.Properties.EditFormat.FormatString = "yyyy-MM-dd";
            this.txtDAC005.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.txtDAC005.Properties.Mask.EditMask = "yyyy-MM-dd";
            this.txtDAC005.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
            this.txtDAC005.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtDAC005.Properties.ReadOnly = true;
            this.txtDAC005.Size = new System.Drawing.Size(136, 21);

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-01-15
  • 2021-07-15
  • 2022-02-17
  • 2022-02-11
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
  • 2021-10-04
  • 2021-07-23
相关资源
相似解决方案