Click or drag to resize

FormSectionField Properties

The FormSectionField type exposes the following members.

Properties
  NameDescription
Public propertyColSpan
ColSpan
Public propertyDataObjectTypeId
UId
Public propertyFilterId
Id of the filter attached to the FormSectionField
Public propertyFixField
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.)
Public propertyFormSectionId
Form section id
Public propertyHidden
Hidden (server side)
Public propertyHiddenByVisibilityCondition
Hidden (client side) by another control (see VisibilityConditionPropertyId/VisibilityConditionValue)
Public propertyHiddenClientSide
Is the field hidden client-side?
Public propertyId
Id
Public propertyLongDescription
Can be null.
Public propertyMaxListItems
Maximum items to show in a reference property drop down control.
Public propertyOnChangeHandlerId
Angiver et BrowserEventHandlerId. Kan være 0.
Public propertyPropertyId
Id of the property which the field represents. Is zero if the field represents a fixed field.
(Inherited from FieldContainer.)
Public propertyPropertySystemName
System name of the property which the field represents.
(Inherited from FieldContainer.)
Public propertyReadOnly
Read only
Public propertyRequiresChangedValue
Angiver om der skal angives en NY værdi i feltet (d.v.s. at den skal adskille sig fra den eksisterende værdi). Anvendes ikke for fixed fields pånær assignee.
Public propertyRequiresValue
Requires value
Public propertyRowSpan
RowSpan
Public propertySearchScreen
This option is no longer supported!
Public propertySettings
Contains a number of settings for the form field. Setting keys are case-insensitive. The characters '=' and ';' are neither allowed in the setting keys nor in the values. Use AssignSettings() to assign from a settings-string. Use GetSetting() to obtain the value of a setting.
Public propertyShortDescription
Can be null.
Public propertyTemplateObjectId
Anvendes kun hvis form er processpecifik. Data object template som feltet findes på. Hvis denne er angivet indeholder DataObjectTypeID altid objektets type.
Public propertyTitle
Angiver en e.v.t. alternativ titel for feltet. Hvis den er null anvendes property’s eller fixed field’s name.
Public propertyUId
UId
Public propertyVisibilityConditionPropertyId
This is the id of the property which the visibility of this Form Section Field will be based on.
Public propertyVisibilityConditionValue
This is the value which will be compared to the property the visibility of this Form Section Field will be based on.
Public propertyVOrder
Vertical order
Top
See Also