[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.AjaxComboBoxCellType.GetEditorValue

GetEditorValue Method

GetEditorValue(Control, string)

Gets the value from the editing control used for the cell.

Declaration
public override object GetEditorValue(Control owner, string id)
Public Overrides Function GetEditorValue(owner As Control, id As String) As Object
Parameters
Type Name Description
Control owner

Spread component that owns this editing control

string id

Unique identifier used by the Spread component to identify this editing control

Returns
Type Description
object
Overrides