Skip to main content
A newer version of this page is available. .

TcxGridDataController Properties

A data controller.
Name Description
Active Inherited from TcxCustomDataController.
CustomDataSource Identifies the user-defined data source. Inherited from TcxCustomDataController.
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 Specifies the number of data records in a data controller after applying 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 View whose data is managed by the data controller.
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.
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 a data controller’s multi-threaded data processing settings. Inherited from TcxCustomDataController.
NewItemRecordIndex Inherited from TcxCustomDataController.
NewItemRowFocused Inherited from TcxCustomDataController.
Options Defines the set of options affecting the behavior of a data controller. Inherited from TcxCustomDataController.
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