TcxGridServerModeDataController Properties
The data controller for server mode grid Views.| Name | Description |
|---|---|
| Active | Inherited from TcxCustomDataController. |
| Controller | |
| CustomDataSource | Identifies the user-defined data source. Inherited from TcxCustomDataController. |
| DataControllerInfo | This property is for internal use only. Inherited from TdxServerModeDataController. |
| 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. Inherited from TdxServerModeDataController. |
| 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 the associated container control’s Find Panel. Inherited from TdxServerModeDataController. |
| 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 | |
| Groups | Inherited from TdxServerModeDataController. |
| 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 | Inherited from TdxServerModeDataController. |
| Provider | Inherited from TdxServerModeDataController. |
| 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 | Inherited from TdxServerModeDataController. |
| 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