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


"

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

"

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