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


"

The following tables list the members exposed by BeforeCellTextDisplayEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeCellTextDisplayEventArgs ConstructorThe default constructor.  
Top

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