TcxDataTreeListDataController Properties
Manages interaction between the TcxVirtualTreeList control and the linked custom data source in provider mode.Name | Description |
---|---|
Active | Inherited from TcxCustomDataController. |
AllocatedRecords | Inherited from TcxTreeListDataController. |
CustomDataSource | Specifies the custom data source. |
DataControllerInfo | Inherited from TcxCustomDataController. |
DataRowCount | Returns the number of data rows in the data controller. Inherited from TcxCustomDataController. |
DetailMode | Inherited from TcxCustomDataController. |
DisplayTexts | Determines the text representation of the value in an item at a specific record. Inherited from TcxCustomDataController. |
EditingRecordIndex | Inherited from TcxCustomDataController. |
EditOperations | Specifies a set of operations to perform on records in a data controller. Inherited from TcxCustomDataController. |
EditState | Specifies the edit state of a data controller. Inherited from TcxCustomDataController. |
ErrorCodes | Returns an expression error code by the specified record and item indexes. Inherited from TcxCustomDataController. |
Filter | Defines a set of filter conditions applied to data. Inherited from TcxCustomDataController. |
FilteredIndexByRecordIndex | Returns the position of a data record in the list of filtered records. Inherited from TcxCustomDataController. |
FilteredRecordCount | Returns the number of records that meet the active filter criteria. Inherited from TcxCustomDataController. |
FilteredRecordIndex | Returns the record index of a filtered record. Inherited from TcxCustomDataController. |
FindCriteria | Provides access to appearance and behavior settings of an associated tree list control’s Find Panel. Inherited from TcxTreeListDataController. |
FixedBottomRowCount | Inherited from TcxCustomDataController. |
FixedTopRowCount | Inherited from TcxCustomDataController. |
FocusedDataRowIndex | Inherited from TcxCustomDataController. |
FocusedRecordIndex | Specifies the record index of the record with the current focus. Inherited from TcxCustomDataController. |
FocusedRowIndex | Specifies the row index of the record with focus. Inherited from TcxCustomDataController. |
Groups | Provides access to data groups in a grid control. Inherited from TcxCustomDataController. |
HasEditData | Inherited from TcxTreeListDataController. |
HasRelations | Inherited from TcxCustomDataController. |
IsBrowsing | Inherited from TcxCustomDataController. |
IsCancelling | Inherited from TcxCustomDataController. |
IsCreatingLinkObject | Inherited from TcxCustomDataController. |
IsDetailExpanding | Inherited from TcxCustomDataController. |
IsEditing | Specifies whether a data controller is in edit mode. Inherited from TcxCustomDataController. |
IsPattern | Indicates whether the current detail data controller is a pattern, as defined below. Inherited from TcxCustomDataController. |
IsProviderMode | Inherited from TcxCustomDataController. |
IsRowInfoValid | Inherited from TcxCustomDataController. |
IsUpdatingItems | Inherited from TcxCustomDataController. |
ItemCount | Inherited from TcxCustomDataController. |
ItemExpressions | Specifies calculated field expressions for data items by their indexes. Inherited from TcxCustomDataController. |
LockCount | Inherited from TcxCustomDataController. |
LockGridModeNotifyCount | Inherited from TcxCustomDataController. |
MultiSelect | Enables selection of multiple records in a data controller. Inherited from TcxCustomDataController. |
MultiThreadedOptions | Provides access to multi-threading settings. Inherited from TcxCustomDataController. |
NewItemRecordIndex | Inherited from TcxCustomDataController. |
NewItemRowFocused | Inherited from TcxCustomDataController. |
NodesCount | Inherited from TcxTreeListDataController. |
Options | Specifies data controller behavior flags. Inherited from TcxCustomDataController. |
RecordCount | Defines the number of records provided by the data controller. Inherited from TcxCustomDataController. |
Relations | Inherited from TcxCustomDataController. |
Root | Inherited from TcxTreeListDataController. |
RowCount | Returns the number of rows in a data controller. Inherited from TcxCustomDataController. |
RowFixedState | Inherited from TcxCustomDataController. |
Search | Provides access to the object enabling you to perform incremental searching programmatically. Inherited from TcxCustomDataController. |
SortingBySummaryDataItemIndex | Inherited from TcxCustomDataController. |
Summary | Specifies the set of summaries calculated by grid data. Inherited from TcxCustomDataController. |
TreeList | Provides access to the owner TreeList control. |
UseNewItemRowForEditing | This property is for internal use only. You will have no need to use it in applications. Inherited from TcxCustomDataController. |
Values | Determines the value of a specific record and item. Inherited from TcxCustomDataController. |
See Also