Custom Class Properties - Linked/Dependant?

Custom Class Properties - Linked/Dependant?

Anonymous
Not applicable
273 Views
1 Reply
Message 1 of 2

Custom Class Properties - Linked/Dependant?

Anonymous
Not applicable
Developing for ADT, but a generic .Net question. For a completely fictitious example, let's say I have a custom class MyLocation.

MyLocation.State (drop-down property)
= AL, AK, AR, etc...

MyLocation.NearestCity (drop-down property)
=

If users changes the State in PropertyGrid, I want to programmatically change the list that is available for City...

Is this possible? Point me in the right direction?

--
Brian Winterscheidt
LWPB Architecture
Oklahoma City, Oklahoma
0 Likes
274 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
For those on the web, that should be (more or less):

MyLocation.NearestCity (drop-down property)
= [unique list for each state]
0 Likes