The texts that needs to be displayed when the user hover the mouse pointer over the control, without clicking it.
2
Tab Index
Integer
Sets the Tab order for the control within its container.
3
Remarks
String
To make a comment or observation about the control for reference.
4
Default Value
String
Displays the given value by default in the Preview. But, this value should be available in a drop down list of items. This is case sensitive when comparing the default value with drop down items. Example: The Datasource has been configured to display the items “one”, “two” and “three” in a drop down list and the user has entered “two” in the Default Value property will display “two” in the drop down box by default.
Attached Label
S.no
Property name
Data type
Description
5
Show Label
Boolean
To display the attached label along with the control.
6
Label Text
String
Sets the text content of the label attached to the control.
7
Label Position
String
To place the label attached in various positions around the control.
8
Label Width
String
Sets the suggested width or thickness of the label attached to the control.
9
Label Height
String
Sets the suggested height of the label attached to the control.
10
Text Alignment
String
To align the texts inside the label attached to different positions within the control.
11
Margin
String
Sets the edge or outer margin to the control.
12
Font
String
Sets the font face\style.
13
Font Size
String
Sets the size of the text in attached label.
14
Bold
Boolean
To make the attached label text Bold
15
Italic
Boolean
Italicize the attached label text.
16
Underline
Boolean
Underline the attached label text.
17
Font Color
String
Sets a brush that describes the Font color in attached label.
18
Background Color
String
Sets a brush that describes the Background color to the attached label.
DataSource
S.no
Property name
Data type
Description
19
Items
On clicking Browse button of the items will open a datasource window.
Style
S.no
Property name
Data type
Description
20
Width
String
Sets the suggested width or thickness of the control.
21
Height
String
Sets the suggested height of the control.
22
Margin
String
Sets the edge or outer margin to the control.
23
Font
String
Sets the font face\style.
24
Font Size
String
Sets the font size.
25
Font Color
String
Sets a brush that describes the Text color of the control.
26
Background Color
String
Sets a brush that describes the Background color of the control.
27
Visible
Boolean
Sets the visibility of the control while rendering.
28
Enable
Boolean
Sets the accessibility of the control during rendering.
29
Bold
Boolean
To make the control text Bold.
30
Italic
Boolean
Italicize the control text.
31
Column Span
String
To merge the number of column specified.
Rules
S.no
Property name
Data type
Description
32
Rules
After selecting the control, If user clicks Rules tab it will be expanded and displays a Rules property. Create Rule can be selected from a drop down list. On clicking the Create Rule link button will navigate the user to the Rules Engine. The same control will be added as a trigger by default to execute the Rule.
Validation
S.no
Property name
Data type
Description
33
Is Required
Boolean
Helps to check whether user has to give input in the control or not. If this property is enabled, this will not allow the user to save a form without giving the input.
34
Required Message
String
If Is Required property was enabled and input was given in this property, the validation message will be displayed to the next right of the control when the user trying to save a form without entering a value in the control.
Reports
S.no
Property name
Data type
Description
35
Control Report
Control Report will redirect to Reports tab that will display all the configurations, rules and datasources details associated to the selected control.