TcxDBMultiEditorRow Properties
Represents the data-aware multi editor row in the grid control.| Name | Description |
|---|---|
| AbsoluteIndex | Returns the zero-based index corresponding to the row’s absolute position within the vertical grid control. Inherited from TcxCustomRow. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| Count | Returns the number of child rows that the current row has. Inherited from TcxCustomRow. |
| DesignInfo | Inherited from TComponent. |
| Expanded | Specifies if the row is expanded. Inherited from TcxCustomRow. |
| Focused | Inherited from TcxCustomRow. |
| Height | Specifies the row’s height (in pixels). Inherited from TcxCustomRow. |
| Index | Specifies the actual position of the current row within the vertical grid control. Inherited from TcxCustomRow. |
| Level | Indicates nesting level of the row within the grid control. Inherited from TcxCustomRow. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Options | Provides access to the row’s behavior settings. Inherited from TcxCustomRow. |
| Owner | Inherited from TComponent. |
| Parent | Specifies the current row’s parent row. Inherited from TcxCustomRow. |
| Properties | Represents settings to control the data-aware multi editor row behavior. |
| Rows | Provides access to the current row’s child rows using zero-based indexes. Inherited from TcxCustomRow. |
| Styles | Represents a set of styles defining the appearance of the editor row. Inherited from TcxCustomMultiEditorRow. |
| Tag | Inherited from TComponent. |
| VCLComObject | Inherited from TComponent. |
| VerticalGrid | Specifies the vertical grid control to which the row belongs. Inherited from TcxCustomRow. |
| ViewInfo | Provides access to ViewInfo information required to render the row. Inherited from TcxCustomRow. |
| Visible | Specifies if the current row is visible in the grid control. Inherited from TcxCustomRow. |
| VisibleIndex | Determines the position of the current visible row in the grid control. Inherited from TcxCustomRow. |
See Also