The following tables list the members exposed by BeforeCellTextDisplayEventArgs.
"| Name | Description | |
|---|---|---|
![]() | BeforeCellTextDisplayEventArgs Constructor | The default constructor. |
| Name | Description | |
|---|---|---|
![]() | CellFormat | The dbiCellFormat that was applied to the cell that contains the text. |
![]() | CellText | The text that will be displayed in the cell |
![]() | ColumnIndex | The zero-based index of the column where the cell exists. |
![]() | ColumnItem | The dbiColumnItem where the cell exists. |
![]() | Font | The font that will be used to drawn the cell's text. |
![]() | NodeItem | The dbiNodeItem that contains the cell. |
![]() | NodeLevel | Returns the zero-based level within the nested structure that the node containing the cell exists. |
![]() | TextAlignment | Determines the horizontal/vertical alignment of the text within the cell. |
![]() | TextColor | Determines the color of the text in the cell. |

