Click or drag to resize

DataBrowser.CellEdit Property

X#
Returns the edit control for the current cell when the DataBrowser is in edit mode. Otherwise a NULL_OBJECT is returned.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY CellEdit AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The edit control for the current cell when the DataBrowser is in edit mode. Otherwise a NULL_OBJECT is returned.
See Also