TcxCustomGridTableController Properties
Implements common operations for Card and (Banded) Table Views and serves as a base class for View controllers.| Name | Description |
|---|---|
| ClickedCellViewInfo | |
| Control protected | Specifies the grid control owning the View. Inherited from TcxGridViewHandler. |
| Controller protected | Returns the View’s controller object. Inherited from TcxGridViewHandler. |
| Customization | Inherited from TcxCustomGridController. |
| CustomizationForm | Inherited from TcxCustomGridController. |
| CustomizationFormBounds | Inherited from TcxCustomGridController. |
| DataController protected | Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler. |
| DesignController | Inherited from TcxCustomGridController. |
| DragAndDropObjectClass | Inherited from TcxCustomGridController. |
| DragDropText | |
| DragImages | Inherited from TcxCustomGridController. |
| EditingController | Returns the object that controls active cell editing within the current View. |
| EditingItem | Specifies the edited data item. |
| FilterMRUItemsPopup | |
| FilterPopup | |
| FocusedItem | Specifies the focused data item in the current record. |
| FocusedItemIndex | Identifies the index of the focused data item. |
| FocusedRecord | Refers to a record being focused within a View. |
| FocusedRecordIndex | Specifies the index of the focused record. |
| GridView | |
| HintCellViewInfo | Inherited from TcxCustomGridController. |
| HintWindow | Inherited from TcxCustomGridController. |
| IncSearchingItem | Returns the item targeted by an incremental search operation. |
| IncSearchingText | Specifies the text being searched. |
| IsDblClick | Inherited from TcxCustomGridController. |
| IsEditing | Identifies if a cell in the parent grid View is being edited. |
| IsIncSearching | Indicates whether an incremental search is being performed. |
| IsItemMoving | |
| IsPullFocusing | |
| ItemsCustomizationPopup | |
| LookAndFeelPainter | Inherited from TcxGridViewHandler. |
| MasterController | |
| MouseCaptureViewInfo | Inherited from TcxCustomGridController. |
| MovingItem | |
| NewItemRecordFocused | |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| Painter | Inherited from TcxGridViewHandler. |
| PrevFocusedRecordIndex | |
| SelectedRecordCount | Returns the number of selected records within the View. |
| SelectedRecords | Provides indexed access to selected records. |
| Site | Inherited from TcxGridViewHandler. |
| TopRecordIndex | Addresses the topmost visible record within the current View. |
| ViewData protected | Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler. |
| ViewInfo | Inherited from TcxGridViewHandler. |
See Also