Skip to main content
A newer version of this page is available. .

TcxGridTableDataCellViewInfo Properties

Contains the ViewInfo information required for painting data cells.
Name Description
ActualState Inherited from TcxCustomGridCellViewInfo.
AlignmentHorz Specifies the horizontal alignment of a cell’s content. Inherited from TcxCustomGridCellViewInfo.
AlignmentVert Specifies the vertical alignment of a cell’s content. Inherited from TcxCustomGridCellViewInfo.
BackgroundBitmap Contains the background bitmap assigned to the current grid element. Inherited from TcxCustomGridCellViewInfo.
BorderBounds Contains the bounding rectangle of a specific cell. Inherited from TcxCustomGridCellViewInfo.
BorderColor Obtains the border color of a cell. Inherited from TcxCustomGridCellViewInfo.
Borders Specifies the displayed borders of a cell. Inherited from TcxCustomGridCellViewInfo.
BorderSize Obtains the size of a cell border in pixels. Inherited from TcxCustomGridCellViewInfo.
ButtonState Inherited from TcxCustomGridCellViewInfo.
Calculated Inherited from TcxCustomGridCellViewInfo.
ClientBounds Inherited from TcxCustomGridCellViewInfo.
ContentBounds Contains a specific cell bounding rectangle excluding the border size. Inherited from TcxCustomGridCellViewInfo.
ContentHeight Contains the height of a specific cell excluding the border size, in pixels. Inherited from TcxCustomGridCellViewInfo.
ContentWidth Contains the width of a specific cell excluding the border size. Inherited from TcxCustomGridCellViewInfo.
DisplayValue Returns the display value of the cell.
EditBounds
Editing Indicates whether the cell is being edited.
EditViewInfo
Focused Indicates whether the cell is focused.
GridRecord Returns the record where the cell is displayed. Inherited from TcxGridTableCellViewInfo.
GridView Inherited from TcxGridTableCellViewInfo.
GridViewInfo Inherited from TcxGridTableCellViewInfo.
Height Contains the height of a specific cell in pixels. Inherited from TcxCustomGridCellViewInfo.
HintText Inherited from TcxCustomGridViewCellViewInfo.
HotTracked Inherited from TcxGridTableCellViewInfo.
IsRightToLeftConverted Inherited from TcxCustomGridCellViewInfo.
Item Provides access to the item which owns the cell.
LookAndFeelPainter Inherited from TcxCustomGridViewCellViewInfo.
MouseCapture Inherited from TcxCustomGridCellViewInfo.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Properties A reference to the in-place editor that is bound to the cell.
RealBounds Inherited from TcxCustomGridCellViewInfo.
RecordViewInfo Inherited from TcxGridTableCellViewInfo.
ScaleFactor Inherited from TcxCustomGridCellViewInfo.
Selected Returns a value indicating whether the cell is selected. Inherited from TcxGridTableCellViewInfo.
State Allows users to change the cell state at runtime. Inherited from TcxCustomGridCellViewInfo.
Style Provides access to the style assigned to the cell.
Text Specifies cell text. Inherited from TcxCustomGridCellViewInfo.
TextAreaBounds Contains the rectangle bounding a cell’s text area. Inherited from TcxCustomGridCellViewInfo.
TextBounds Inherited from TcxCustomGridCellViewInfo.
TextForPainting Inherited from TcxCustomGridCellViewInfo.
TextHeight Contains the cell text height. Inherited from TcxCustomGridCellViewInfo.
TextHeightWithOffset Inherited from TcxCustomGridCellViewInfo.
TextWidth Contains the cell text width. Inherited from TcxCustomGridCellViewInfo.
TextWidthWithOffset Inherited from TcxCustomGridCellViewInfo.
Transparent Indicates whether the background bitmap is assigned to the corresponding grid element. Inherited from TcxCustomGridCellViewInfo.
Value Gets the dataset value that corresponds to the cell.
Visible Specifies whether a cell is painted within a grid View. Inherited from TcxCustomGridCellViewInfo.
VisibleForHitTest Inherited from TcxCustomGridCellViewInfo.
Width Contains the width of a specific cell. Inherited from TcxCustomGridCellViewInfo.
See Also