Hi,
hmm I think you're right here, but I don't think my bound object has to
impl. the IList interface....

...I'll check up on it, thanks...
Allan


On Thu, 26 Jan 2006 14:45:13 +0100, Frans Bouma <[EMAIL PROTECTED]> wrote:

>> Is it not possible to enumerate all the GridItems in a PropertyGrid ?
>> I need to go through all the items in my PropertyGrid, but I
>> can't find such a method.
>>
>> Apparently the PropertyValueChanged event is the only way to
>> dig out a specific value(old/new), I need to run through all
>> the items in the propertygrid.
>>
>> Is there another way to dig out all the information in a
>> PropertyGrid ?.
>
>        Isn't it so that the data displayed in a propertygrid is actually
in the active object bound to it? So if you want to check
>the data in grid, you should check the bound object instead, for example
properties of that object which implement IList.
>
>                FB
>
>===================================
>This list is hosted by DevelopMentorĀ®  http://www.develop.com
>
>View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to