Click or drag to resize
EditingFormControl Properties

The EditingFormControl type exposes the following members.

Properties
  NameDescription
Public propertyAllowMacroEditing
Determines whether to display the "Edit macro" button.
Public propertyBadWordsList
List of found bad words.
Public propertyBadWordsResult
Result of bad word check.
Public propertyContextResolver
Gets or sets macro resolver for given control.
Public propertyControlStyle
CSS style of the control.
(Inherited from FormEngineWebControl.)
Public propertyCssClass
CSS class of the control.
(Inherited from FormEngineWebControl.)
Public propertyData
Data to be edited.
Public propertyDataDR
Node data. This property is used only for passing values to the control.
(Inherited from FormEngineWebControl.)
Public propertyDataValue
Data value.
Public propertyEnabled
Enabled.
(Overrides WebControlEnabled.)
Public propertyField
Field name to which the field belongs. This property is only supported in templated form.
Public propertyFieldInfo
Field info object.
(Inherited from FormEngineWebControl.)
Public propertyFieldType
Field type.
Public propertyForm
Parent form.
(Inherited from FormEngineWebControl.)
Public propertyFormControlName
Form control code name.
Public propertyFormControlParameter
Helper property to use custom parameter in form control.
(Inherited from FormEngineWebControl.)
Public propertyFormControlPath
Form control path.
Public propertyHasValue
Returns true if the control has value, if false, the value from the control should not be used within the form to update the data
(Inherited from FormEngineWebControl.)
Public propertyIsDefaultValueAndMacro
Returns true if default value of formfield is macro expression and current value is the default value.
Public propertyIsInsertMode
Is insert mode.
Public propertyIsLiveSite
Indicates if the control is on live site.
Public propertyIsMacro
Determines whether the value is macro or not.
Protected propertyItemName
Name of the edited item.
Public propertyMacroEditButton
Gets the button control which shows the modal dialog with macro editor.
Public propertyMacroTable
Macro table.
Public propertyMode
Mode of the form.
Public propertyNestedControl
Gets the nested control.
Public propertyNestedControlPanel
Gets the Panel where the nested control is placed.
Protected propertyOriginalValue
Original control value
Public propertyRemoveMacroButton
Gets the button control for removing macro.
Public propertyResolverName
Gets or sets macro resolver name.
Public propertyStopProcessing
If true, control does not process the data.
(Inherited from FormEngineWebControl.)
Public propertyValidationError
Validation error string shown when the control is not valid.
(Inherited from FormEngineWebControl.)
Public propertyValue
Gets or sets the value to the nested control.
(Overrides FormEngineWebControlValue.)
Public propertyValueDisplayName
Gets the display name of the value item. Returns null if display name is not available.
(Inherited from FormEngineWebControl.)
Public propertyValueElementID
Gets ClientID of the control from which the Value is retrieved or null if such a control can't be specified.
(Overrides FormEngineWebControlValueElementID.)
Public propertyValueForValidation
Returns value prepared for validation.
(Overrides FormEngineWebControlValueForValidation.)
Top
See Also