Does anybody knows simple way to make property of type System.Object see various data sources in design mode - when editing property it should display drop down tree list with all data sets, tables or other data sources placed on form. I tried with ListSource property attribute, but when property is not strongly typed I cant even edit property, I mean how is this done with DataSource property of controls like DataGrid or ComboBox? Thanks very, very much!!!