Determines and manages the properties of a data source.
The following tables list the members exposed by the DataSourceTracker type.
Name | Description | |
---|---|---|
![]() |
Gets a DataBinder object that gives access to other DataSourceTracker objects, which are needed when handling references between items from different data source collections. |
|
![]() |
Gets or sets the primary key field in a data table. |
|
![]() |
Gets a Dictionary object that maps the data source item properties to the control's item properties. |
|
![]() |
Gets the list of source items. |
|
![]() |
|
|
![]() |
Gets or sets the list of target items. |
Name | Description | |
---|---|---|
![]() |
|
|
![]() |
Overloaded. |
|
![]() ![]() |
Overloaded. |
|
![]() |
Fills the target list with items corresponding to the source items. Attaches event listeners so the items are kept synchronized. |
|
![]() |
Fills the source list with items corresponding to the target items. Attaches event listeners so the items are kept synchronized. |
|
![]() |
Specifies what type of items should be created in the source collection when an item is added to the target collection. |
|
![]() |
Sets the factory used to create items in the target collection or remove existing items from there. |
|
![]() |
Specifies what type of items should be created in the target collection when an item is added to the source collection. |
Name | Description | |
---|---|---|
![]() |
Raised when all target items have been loaded from the data source. |