摘要: from:http://www1.devexpress.com/Support/Center/p/Q130467.aspxhi, I am using a datagrid to display values. I have given mask as numeric and edit Mask and UseMaskAsDisplay properties as shown below:dtvFilteredData.Columns[ "Movement %" ].ColumnEdit = new DevExpress.XtraEditors.Repository. .. 阅读全文
posted @ 2011-12-21 18:59 Yaoquan.Luo 阅读(390) 评论(0) 推荐(0)
摘要: from:http://documentation.devexpress.com/#WindowsForms/CustomDocument1498To enable the Numeric mask type, set the MaskProperties.MaskType property of the RepositoryItemTextEdit.Mask object to MaskType.Numeric. The mask itself should be specified via the MaskProperties.EditMask property. You can u... 阅读全文
posted @ 2011-12-21 18:57 Yaoquan.Luo 阅读(546) 评论(0) 推荐(0)