Click or drag to resize
EditingFormControlGetOtherValues Method
Redirects to NestedControl GetOtherValues() or returns null if nested control is not FormEngineUserControl.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override Object[,] GetOtherValues()

Return Value

Type: Object

Implements

IFormControlGetOtherValues
See Also