Classes

  ClassDescription
ContentControlBase
Represents the base of a control that can be used to present an item.
ItemCollection
Holds the list of items that constitute the content of an items control.
ItemsControlBase
Represents the base of a control that can be used to present a collection of items.
Selector
Represents a control that can be used to select items from among its child elements. Use Items property to add entity data items to an ItemCollection managed by the control, or set ItemsSource to your own entity data item collection. Alternatively you can set the EntityManagerSource to a customized entity manager to use and to ignore the items collection.