Exemple #1
0
 /// <summary>
 /// 骨灰处理方式改变
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void txtedit_ac006_CustomDisplayText(object sender, DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs e)
 {
     if (e.Value == null)
     {
         return;
     }
     e.DisplayText = MiscAction.Mapper_DD(e.Value.ToString());
 }