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


"

The following tables list the members exposed by BeforeCellEditEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeCellEditEventArgs ConstructorThe default constructor.  
Top

Public Properties

 NameDescription
public PropertyAllowEditDetermines if the edit is allowed  
public PropertyColumnIndexThe zero-based index of the column where the cell exists.  
public PropertyColumnItemThe dbiColumnItem where the cell exists.  
public PropertyComboBoxThe ComboBox that will be used to edit values in the cell.  
public PropertyHeightThe height of the cell to edit.  
public PropertyNodeItemThe dbiNodeItem that contains the cell to edit.  
public PropertyTextThe current text of the cell.  
public PropertyTextBoxThe TextBox that will be used to edit values in the cell.  
public PropertyWidthThe width of the cell to edit.  
public PropertyXThe X coordinate of the cell to edit.  
public PropertyYThe Y coordinate of the cell to edit.  
Top

See Also