DevExpress.XtraEditors.TextEdit,设定为必须number类型的。

设定为:

1             this.txtMakeCollections.Properties.Mask.EditMask = "###############0.00#####";
2             this.txtMakeCollections.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
3             this.txtMakeCollections.Properties.Mask.UseMaskAsDisplayFormat = true;

 

相关文章:

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