TcxGridDBDataController Properties
A data controller which manages data from a dataset.Name | Description |
---|---|
Active | Inherited from TcxCustomDataController. |
Controller | |
CustomDataSource | Identifies the user-defined data source. Inherited from TcxCustomDataController. |
DataControllerInfo | Inherited from TcxDBDataController. |
DataModeController | Represents a data mode controller that manages synchronization and information displayed by the detail data controller. Inherited from TcxDBDataController. |
DataRowCount | Returns the number of data rows in the data controller. Inherited from TcxCustomDataController. |
DataSet | Inherited from TcxDBDataController. |
DataSetRecordCount | Inherited from TcxDBDataController. |
DataSource | Specifies a data source which is linked to a dataset to be bound to the grid control. Inherited from TcxDBDataController. |
DetailKeyFieldNames | Identifies one or more field names in the dataset used by the current detail data controller. Inherited from TcxDBDataController. |
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 a grid control. Inherited from TcxDBDataController. |
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 the associated container control’s Find Panel. Inherited from TcxCustomDataController. |
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. |
GridView | Provides access to the parent data-aware grid View. |
Groups | Provides access to data groups in a grid control. Inherited from TcxCustomDataController. |
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. |
KeyFieldNames | Specifies one or more key field names separated by a semicolon. Inherited from TcxDBDataController. |
LockCount | Inherited from TcxCustomDataController. |
LockGridModeNotifyCount | Inherited from TcxCustomDataController. |
MasterKeyFieldNames | Specifies a list of dataset fields in a master dataset to establish master-detail relationship between two datasets. Inherited from TcxDBDataController. |
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. |
Options | Specifies data controller behavior flags. Inherited from TcxCustomDataController. |
Provider | Inherited from TcxDBDataController. |
RecNo | Inherited from TcxDBDataController. |
RecordCount | Defines the number of records provided by the data controller. Inherited from TcxCustomDataController. |
Relations | Inherited from TcxCustomDataController. |
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. |
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