摘要:
public static Assembly CurrentAssembly { get { return Assembly.GetExecutingAssembly(); } } 阅读全文
摘要:
1 首先注册gridview的this.edibandedGridView.CustomDrawColumnHeader += EdibandedGridView_CustomDrawColumnHeader事件,然后在事件中写入如下代码: private void EdibandedGridVie 阅读全文
摘要:
private void SetLookUpEditData(Type enumType, DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _LookUpEdit) { List<KeyValuePair<byte, string 阅读全文