Click or drag to resize

FormSectionWithFieldsRemoveFormSectionField Method

Removes a FormSectionField from the FormSection and reduces all FormSectionField's vorder for those with vorder greater than the removed FormSectionField

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveFormSectionField(
	FormSectionField field
)

Parameters

field
Type: Omada.OE.ModelFormSectionField
See Also