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


"

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

"

Public Properties

 NameDescription
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the edit control resides.  
public PropertyColumnItemThe dbiColumnItem where the edit control resides.  
public PropertyKeyDownEventsThe EventArguments for the KeyDown event triggered by the edit control.  
public PropertyNodeItemThe dbiNodeItem containing the cell being edited.  
public PropertyProcessedDetermines if the edit control's KeyDown event has been processed yet.  
Top

See Also