dbicList Send comments on this topic.
BeforeCellTextDisplayEventArgs Class Properties
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : BeforeCellTextDisplayEventArgs Class


"

For a list of all members of this type, see BeforeCellTextDisplayEventArgs members.

"

Public Properties

 NameDescription
public PropertyCellFormatThe dbiCellFormat that was applied to the cell that contains the text.  
public PropertyCellTextThe text that will be displayed in the cell  
public PropertyColumnIndexThe zero-based index of the column where the cell exists.  
public PropertyColumnItemThe dbiColumnItem where the cell exists.  
public PropertyFontThe font that will be used to drawn the cell's text.  
public PropertyNodeItemThe dbiNodeItem that contains the cell.  
public PropertyNodeLevelReturns the zero-based level within the nested structure that the node containing the cell exists.  
public PropertyTextAlignmentDetermines the horizontal/vertical alignment of the text within the cell.  
public PropertyTextColorDetermines the color of the text in the cell.  
Top

See Also