Hey all,
I have a control and for this control I want to create a property (eg. 'ItemName'). During design time I want the property to have a list of options that are populated from a Dataset. Is this possible?
I know I could use an Enumeration for the property list, but the values in the list are not static so the enumeration will not work.
Thanks in advance!
I have a control and for this control I want to create a property (eg. 'ItemName'). During design time I want the property to have a list of options that are populated from a Dataset. Is this possible?
I know I could use an Enumeration for the property list, but the values in the list are not static so the enumeration will not work.
Thanks in advance!