| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInputField |
Gets if the current formcontrol is an inputfield. |
boolean |
None. |
| IsLimitedInput |
Gets if the current formcontrol is an inputfield with limited input. |
boolean |
None. |
| Type |
Specifies the type of formcontrol. |
ConfidenceApps.Types.FormControlType |
None. |
| AfterText |
Former element "AfterText" equals the "Info-Text" in AppDesigner. A description text of a form control element, which will be presented after the form control. Maybe it´s better to use Info-attribute for it. |
string |
None. |
| BeforeText |
Former element "BeforeText" equals "Text" in AppDesigner. The BeforeText element places desription before the FormControl. |
string |
None. |
| Info |
Info text for possibly get more information how to fill in the correct input to the form control element. The information is available over "i"-icon if attribute is not null. |
string |
None. |
| Label |
Former element "Text" equals "Aufforderungs-text" in AppDesigner. Text is placed as label of another form control. |
string |
None. |
| PageTitle |
The title of the page. |
string |
None. |
| Required |
Stores the value of the Required property. |
boolean |
None. |
| ShowInRepeatOverview |
The optional property defining if the formType control´s value.Equals(typeof(a required field which must be filled correctly for a finally successful workflow process. Default value.Equals(typeof(false. |
boolean |
None. |
| Values |
Stores the value of the Values property. |
Collection of ConfidenceApps.Interfaces.CApps.IValue |
None. |
| DataBindings |
Stores the databindings of the formcontrol |
Collection of ConfidenceApps.Interfaces.CApps.IDataBinding |
None. |
| HasContent |
Indicates if to the view any content was inserted or not. |
boolean |
None. |
| SummaryTitle |
The human readable name of the input field gives a unique identification within one CApp. |
string |
None. |
| InputFieldName |
The human readable name of the input field gives a unique identification within one CApp. |
string |
None. |
| LogTimestamp |
Optional flag for taking a timestamp with the input. |
boolean |
None. |
| Target |
The unique identifier property of the target. Used for and . |
globally unique identifier |
None. |
| Maximum |
The amount of maximum inner elements that can be input by the formcontrol. Used for , and and . |
integer |
None. |
| Minimum |
The amount of minimum inner elements that can be input by the formcontrol. Used for , and and . |
integer |
None. |
| MaximumDouble |
The maximum value that can be input by the formcontrol. Used for in case of mode == IsDouble. |
decimal number |
None. |
| MinimumDouble |
The minimum value that can be input by the formcontrol. Used for in case of mode == IsDouble. |
decimal number |
None. |
| Mode |
The expected time mode of the . |
ConfidenceApps.Types.TimeMode |
None. |
| FormControls |
Container for inner formcontrols used by and . |
Collection of ConfidenceApps.Interfaces.CApps.IFormControl |
None. |
| Title |
The title property of a . It marks the group to be presented as group together with the given title. Default is empty. |
string |
None. |
| IsEditable |
Property for marking the selective list of editable. Default is false. |
boolean |
None. |
| IsHorizontal |
Marks the list of s´ presentation to be horizontal. Default is false. |
boolean |
None. |
| ItemDescription |
Label for a single item that can be inserted within the formcontrol. Default is "Item". |
string |
None. |
| IsButton |
Property for showing a send Button or hide the formcontrol and send the data in background. Default is true. |
boolean |
None. |
| Cleared |
Get´s if the content got cleared outside of a view. Used for . |
boolean |
None. |
| TextMode |
Defines the mode of the . The mode influences the displayed view for the input field and indicates the expected input value. |
ConfidenceApps.Types.TextboxMode |
None. |
| DataListId |
The unique identifier property for the used DataList (Id of DataList). |
globally unique identifier |
None. |
| ShowInReport |
Determines whether the formcontrol is displayed in the report. Default is: true |
boolean |
None. |
| ReportStartAtNewPage |
Defines the display of this form control at a new page in a pdf report. |
boolean |
None. |
| ReportTitle |
Specifies the display text of the formcontrol in the report. |
string |
None. |
| ReportShowTextAndValue |
Specifies that in pdf reports the text and value is shown for Value (IValue) |
boolean |
None. |
| PhotoResolution |
Defines the resolution of the photos to take. |
ConfidenceApps.Types.PhotoResolution |
None. |
| Color |
The color used for displaying UI elements |
System.Drawing.Color |
None. |
| CanLoadFromLibrary |
allows the user to load a picture from the library |
boolean |
None. |
| CanEditPhoto |
allows the user to edit a taken photo |
boolean |
None. |
| IsReadOnly |
Property for marking the formcontrol as read only. Default is false. |
boolean |
None. |
| Height |
Desired height of the control |
integer |
None. |
| ResultDataType | ConfidenceApps.Types.ResultDataTypeEnum |
None. |
|
| VisibilityCondition |
Contains the visibility condition definition |
ConfidenceApps.Interfaces.CApps.IVisibilityCondition |
None. |
| ReportVisibilityCondition | ConfidenceApps.Interfaces.CApps.IVisibilityCondition |
None. |
|
| ReportItemVisibilityCondition | ConfidenceApps.Interfaces.CApps.IVisibilityCondition |
None. |
|
| FormulaMode |
The expected formula mode of the . Formula will be stored in values.first() |
ConfidenceApps.Types.FormulaModeEnum |
None. |
| SaveToAlbum |
when selected any taken photo is saved to device album (icloud / google photo sync) |
boolean |
None. |
| IsAutomaticPositionActive |
Specifies that the next input control is automatically focused |
boolean |
None. |
| Mask |
Can be used to specify a input or display mask |
string |
None. |
| CanMultiSelect |
defines that multiple values can be selected. default: false |
boolean |
None. |
| IsAutoComplete |
defines that the autocomplete feature is enabled. default: false |
boolean |
None. |
| AllowManualInput |
defines that an manual input can be allow or not. (eg. barcode control). default: true |
boolean |
None. |
| RepeatMode |
defines the repeat control display mode. default: inline |
ConfidenceApps.Types.RepeatModeEnum |
None. |
| SummaryViewMode |
specified the summary view mode |
ConfidenceApps.Types.SummaryViewModeEnum |
None. |
| CustomPhotoResolution | integer |
None. |
|
| FixedPhotoWidth | integer |
None. |
|
| FixedPhotoHeight | integer |
None. |
|
| LabelStyle | ConfidenceApps.Interfaces.CApps.ITextStyle |
None. |
|
| BeforeTextStyle | ConfidenceApps.Interfaces.CApps.ITextStyle |
None. |
|
| ContentStyle | ConfidenceApps.Interfaces.CApps.ITextStyle |
None. |
|
| ImageMode | ConfidenceApps.Types.ImageModeEnum |
None. |
|
| TickFrequency | integer |
None. |
|
| StepFrequency | integer |
None. |
|
| ShowValueLabel | boolean |
None. |
|
| ValueLabel | string |
None. |
|
| PromptChar | string |
None. |
|
| IsContinousMode | boolean |
None. |
|
| RealtimeConfiguration | ConfidenceApps.Interfaces.CApps.IRealtimeConfiguration |
None. |
|
| PreferredCamera | ConfidenceApps.Types.CameraPositionEnum |
None. |
|
| BarcodeType | ConfidenceApps.Types.BarcodeTypesEnum |
None. |
|
| BackColor | System.Drawing.Color |
None. |
|
| PureBarcode | boolean |
None. |