Classes

  ClassDescription
ContentControl
Represents a control that can be used to present an items. Use Content property to set the entity data item managed by the control. Alternatively you can set the EntityManagerSource to a customized entity manager to use and to select the content from.
DateTimePicker
Represents a combo box that allows selecting a date and edit a date and time value.
ItemsControl
Represents a control that can be used to present a collection of items. 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.
ListBox
Contains a list of selectable entity data items. 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.
ListView
Represents a control that displays a list of entity data items. 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.
TreeCommands
Provides a standard set of tree related commands.
TreeGridViewColumn
Represents a column that displays hierarchical data.
TreeListView
Represents a control that displays a tree-list of node data items. Use Items property to add node data items to an ItemCollection managed by the control, or set ItemsSource to your own node data item collection. It is recommended to set at least these data member properties: IndentationMemberPath. These data member properties can also be set: IsExpandedMemberPath. Alternatively you can set the NodeManagerSource to a customized node manager to use and to ignore the items collection and any associated data member properties. It is recommended to use a single NodeManager instance for each set of distinct node data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
TreeListViewItem
Represents an item in the TreeListView control aware of its indentation and expansion state (can be expanded or collapsed). It is recommended to set at least these data properties: Indentation. These data properties can also be set: IsExpanded.
TreeListViewItemControl
Displays the indented content of a TreeListViewItem providing an expander that allows the user to expand or collapse the node in the hierarchy.