Spread for ASP.NET 12 Product Documentation
Editor Property (AjaxComboBoxCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : Editor Property
Gets or sets the text box editing control.
Syntax
'Declaration
 
Public Overrides Property Editor As WebControl
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As WebControl
 
instance.Editor = value
 
value = instance.Editor
public override WebControl Editor {get; set;}

Property Value

Text box editing control
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members