I have a property in my class wich i would like to limit it's values to items that are read from a xml file.
in other words, i have an array that i read from a xml file and and i'd like to attach that to my property so i can choose from that list at design time.
thanks.