TreeListMappings Properties
Provides access to options specified based on data source field names and tree list column objects.
Name | Description |
---|---|
Auto |
Gets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled. |
Auto |
Gets or sets a data source field whose associated Tree List column should automatically resize to occupy all available Tree |
Check |
Gets or sets the name of the field whose values define the node check states. |
Child |
Gets or sets the name of the collection property that returns child items in a bound business object. |
Data |
Gets or sets a specific list in a data source whose data is displayed by the Tree |
Hierarchy |
Gets or sets the column in which tree list nodes display their expand/collapse buttons. |
Hierarchy |
Gets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons. |
Image |
Gets or sets the name of the field whose values represent select image indexes for corresponding nodes. |
Key |
Gets or sets the name of the key field that uniquely identifies records in the data source. |
Parent |
Gets or sets the data source field that identifies each record’s parent. |
Preview |
Gets or sets the name of the field that automatically provides data for preview sections. |
Tree |
Gets or sets the only column whose values are displayed by the control in Tree |
Tree |
Gets or sets the only field whose values are displayed by the control in Tree |
See Also