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


"

The following tables list the members exposed by InitializeCellEditEventArgs.

"

Public Constructors

 NameDescription
public ConstructorInitializeCellEditEventArgs ConstructorInitializes a new instance of the control.  
Top

Public Properties

 NameDescription
public PropertyAllowEditDetermines if the edit process will be allowed.  
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the edit will take place.  
public PropertyColumnItemThe dbiColumnItem where the edit will take place.  
public PropertyNodeItemThe dbiNodeItem where the edit will take place.  
Top

See Also