TreeListMappings Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new Tree |
#Properties
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 |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also