TcxCustomGridView Properties
The base class for all grid Views.| Name | Description |
|---|---|
| CloneCount | Returns the total number of copies (clones) of the current View. |
| Clones | Represents the copies collection of the current View. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| Control | Specifies the component’s parent control. Inherited from TcxControlChildComponent. |
| Controller | Specifies a View controller. |
| DataController | Specifies the data controller managing the current View’s data. |
| DesignInfo | Inherited from TComponent. |
| DragMode | Specifies the manner in which Views initiate drag-and-drop operations. |
| FakeComponentLink1 | Inherited from TcxComponent. |
| FakeComponentLink2 | Inherited from TcxComponent. |
| FakeComponentLink3 | Inherited from TcxComponent. |
| Focused | Determines whether the current View has focus. |
| Images protected | Specifies the image list used as a source of icons for data item headers. |
| IsControlFocused | Indicates whether the grid control owning the current View has focus. |
| IsControlLocked | |
| IsDesigning | Inherited from TcxComponent. |
| IsDestroying | Specifies whether the component is currently being destroyed. Inherited from TcxControlChildComponent. |
| IsDetail | Indicates whether the current View is placed at a child grid level. |
| IsLoading | Specifies whether the current component is being loaded. Inherited from TcxControlChildComponent. |
| IsMaster | Indicates whether the current View level has child Views which can be displayed. |
| IsPattern | Indicates whether the current View is a “pattern“ View. |
| Level | Returns the grid level that owns the current View. |
| LookAndFeel | |
| LookAndFeelPainter | |
| MasterDataController | |
| MasterGridRecordIndex | Returns the index of the master View record for which the current View is displayed as a detail View. |
| MasterGridView | Returns a master View for the current View. |
| MasterRecordIndex | Returns the index of the master dataset record corresponding to a master View record. The current View is displayed as a detail View. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| OptionsSelection protected | Contains selection options for the current View. |
| OptionsView protected | Contains View options for the current View. |
| Owner | Inherited from TComponent. |
| Painter | |
| PatternGridView | Returns the View whose copy (clone) is the current View. |
| PopupMenu | Specifies the popup menu associated with the current View. |
| Repository | |
| Site | Provides access to the control that holds the View. |
| StorageControl | |
| StorageOptions | |
| StoringName | |
| Styles protected | Provides access to styles that define the appearance of grid View elements. |
| Synchronization | Determines whether all the “clone“ Views of the current detail View should be synchronized automatically with a “pattern“ View. |
| TabStop | |
| Tag | Inherited from TComponent. |
| VCLComObject | Inherited from TComponent. |
| ViewData | Specifies the object adapting values provided by a data controller for the grid View’s data representation. |
| ViewInfo | Provides access to the ViewInfo object that contains information on how to draw the grid View. |
| ViewInfoCache | |
| Visible | Indicates whether the current View is displayed. |
See Also