DataBrowser.CellEdit Property | |
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
public virtual Usual CellEdit { get; }
Request Example
View SourceProperty Value
Type:
UsualThe edit control for the current cell when the DataBrowser is in edit mode. Otherwise a NULL_OBJECT is returned.
See Also