日期:2014-05-17 浏览次数:21369 次
private void BindOperator()
{
repositoryItemComboBox.Properties.Items.Clear();
repositoryItemComboBox.Properties.Items.Add(new DevExpress.XtraEditors.Controls.ImageComboBoxItem("请选择", (object)0));
{
for(........)
{
repositoryItemComboBox.Properties.Items.Add(new DevExpress.XtraEditors.Controls.ImageComboBoxItem(name, (object)id));
}
}
}