TcxCustomRow Properties
The base class that represents base interface structure and common functionality for rows of different types in the grid control.Name | Description |
---|---|
AbsoluteIndex | Returns the zero-based index corresponding to the row’s absolute position within the vertical grid control. |
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. |
DesignInfo | Inherited from TComponent. |
Expanded | Specifies if the row is expanded. |
Focused | |
Height | Specifies the row’s height (in pixels). |
Index | Specifies the actual position of the current row within the vertical grid control. |
Level | Indicates nesting level of the row within the grid control. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Options | Provides access to the row’s behavior settings. |
Owner | Inherited from TComponent. |
Parent | Specifies the current row’s parent row. |
Rows | Provides access to the current row’s child rows using zero-based indexes. |
Styles protected | Provides access to the row’s appearance styles collection. |
Tag | Inherited from TComponent. |
VCLComObject | Inherited from TComponent. |
VerticalGrid | Specifies the vertical grid control to which the row belongs. |
ViewInfo | Provides access to ViewInfo information required to render the row. |
Visible | Specifies if the current row is visible in the grid control. |
VisibleIndex | Determines the position of the current visible row in the grid control. |
See Also