Skip to main content

TdxServerModeDataController Properties

The base class for all classes that implement server mode data controllers.
Name Description
Active Inherited from TcxCustomDataController.
CustomDataSource Identifies the user-defined data source. Inherited from TcxCustomDataController.
DataControllerInfo This property is for internal use only.
DataRowCount Returns the number of data rows in the data controller. Inherited from TcxCustomDataController.
DataSource Specifies a server mode data source which is linked to a dataset to be bound to the grid control.
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.
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
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.
Options
Provider
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
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