c# - Programmatically Checking DevExpress CheckedComboBoxEdit Items -
i have checkedcomboboxedit that's bound tableadapter populates list of items.
i have separate query returns dataset lists items need checked.
i need iterate through checkedcomboboxedit items check them needed.
how can make checkedcomboboxedit reflect data query returns list of items need checked?
i'm using c# in visual studio 2010 devexpress 10.2.9.
any on appreciated, , other solutions issue great too.
items state of checkedcomboboxedit tied editvalue. can check items setting appropriate editor value: list of values (each item has value , display text) delimited separator sign. separator sign specified via repositoryitemcheckedcombobox.separatorchar property.
Comments
Post a Comment