New Posts New Posts RSS Feed: Populating treeview with properties like XtraGridBindingManager
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Populating treeview with properties like XtraGridBindingManager

 Post Reply Post Reply
Author
sky40627 View Drop Down
Newbie
Newbie
Avatar

Joined: 06-Oct-2009
Posts: 34
Post Options Post Options   Quote sky40627 Quote  Post ReplyReply Direct Link To This Post Topic: Populating treeview with properties like XtraGridBindingManager
    Posted: 06-May-2010 at 10:10am
I would like to find out how the XtraGridBindingManager is building up the properties treeview
 
I got to the point of getting the properties, but still not the related properties
 

Entity emp = _entityManager.GetNullEntity<T>();

foreach (var item in emp.EntityAspect.EntityMetadata.EntityProperties)

{

listOfProperties.Add(item);

}

foreach (var item in emp.EntityAspect.EntityMetadata.NavigationProperties)

{

listOfProperties.Add(item);

}
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down