TcxCustomGridCellViewInfo Properties
The base class for cell ViewInfo classes.| Name | Description |
|---|---|
| ActualState | |
| AlignmentHorz | Specifies the horizontal alignment of a cell’s content. |
| AlignmentVert | Specifies the vertical alignment of a cell’s content. |
| BackgroundBitmap | Contains the background bitmap assigned to the current grid element. |
| BorderBounds | Contains the bounding rectangle of a specific cell. |
| BorderColor | Obtains the border color of a cell. |
| Borders | Specifies the displayed borders of a cell. |
| BorderSize | Obtains the size of a cell border in pixels. |
| ButtonState | |
| Calculated | |
| ClientBounds | |
| ContentBounds | Contains a specific cell bounding rectangle excluding the border size. |
| ContentHeight | Contains the height of a specific cell excluding the border size, in pixels. |
| ContentWidth | Contains the width of a specific cell excluding the border size. |
| Height | Contains the height of a specific cell in pixels. |
| IsRightToLeftConverted | |
| MouseCapture | |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| RealBounds | |
| ScaleFactor | |
| State | Allows users to change the cell state at runtime. |
| Text | Specifies cell text. |
| TextAreaBounds | Contains the rectangle bounding a cell’s text area. |
| TextBounds | |
| TextForPainting | |
| TextHeight | Returns the cell text height. |
| TextHeightWithOffset | |
| TextWidth | Contains the cell text width. |
| TextWidthWithOffset | |
| Transparent | Indicates whether the background bitmap is assigned to the corresponding grid element. |
| UseLightBorders | |
| Visible | Specifies if the cell is visible. |
| VisibleForHitTest | |
| Width | Contains the width of a specific cell. |
See Also