Click or drag to resize

DataBrowser.CellEdit Property (Typed)

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

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

Property Value

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