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