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


"

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

"

Public Properties

 NameDescription
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the editable cell exists.  
public PropertyColumnItemThe dbiColumnItem where the editable cell exists.  
public PropertyHeightThe height of the cell to be edited.  
public PropertyNodeItemThe dbiNodeItem that contains the cell to be edited.  
public PropertyTextThe current text of the cell to be edited.  
public PropertyWidthThe width of the cell to be edited.  
public PropertyXThe X coordinate of the cell being edited.  
public PropertyYThe Y coordinate of the cell to be edited.  
Top

See Also