vcl-cxgridcustomview-dot-tcxcustomgridview-dot-underscore-members.md
The base class for all grid Views.
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
| CreateCloned(TcxControl) | Initializes a new instance of the TcxCustomGridView class with specified settings. |
| CreateEx(TcxControl,Boolean) | Creates a new child component instance. Inherited from TcxControlChildComponent. |
| 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. |
| Name | Description |
|---|---|
| DataControllerEvents | |
| OnCustomization protected | |
| OnDblClick | Occurs when an end-user double-clicks within the current View. |
| OnDragDrop | Occurs when a user drops the object being dragged within the current View. |
| OnDragOver | Occurs when a user drags an object over the current View. |
| OnEndDrag | Occurs when finishing dragging an object. |
| OnGetStoredProperties | Occurs when the list of the current View’s properties that will be stored in external storage is produced. |
| OnGetStoredPropertyValue | Occurs when the values of the current View’s properties are stored in external storage. |
| OnInitStoredObject protected | Occurs when a non-existent View element that is present within storage is created within the View. |
| OnKeyDown | |
| OnKeyPress | |
| OnKeyUp | |
| OnMouseDown | Occurs when an end-user presses a mouse button and the mouse pointer is located over the current View. |
| OnMouseEnter | Occurs when the mouse pointer moves over the current View. |
| OnMouseLeave | Occurs when the mouse pointer leaves the current View. |
| OnMouseMove | |
| OnMouseUp | Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View. |
| OnMouseWheel | |
| OnMouseWheelDown | |
| OnMouseWheelUp | |
| OnSetStoredPropertyValue | Occurs when the values of the current View’s properties are restored from external storage. |
| OnStartDrag | Occurs when a user starts dragging by left-clicking the current View. |
| StylesEvents |
See Also