show / hide menu

Mask Editor

Group: Standard

S.noProperty nameData typeDescription
General
1TextStringSets the text associated with the control
2TooltipStringThe text that needs to be displayed when the user hovers the mouse pointer over the control, without clicking it.
3Tab IndexIntegerSets the Tab order for the control within its container.
4RemarksStringTo make a comment or observation about the control for reference.
5Mask FormatStringSets the format of the mask to be applied, # – numbers, a – alphabets, * – both.
6Check DirtyBooleanTo determine if the control value has changed, enable this property. After doing so, the controlname.IsDirty rule will provide the current status of the checkdirty property.
Attached Label
7Show LabelBooleanTo display the attached label along with the control.
8Label TextStringSets the text content of the label attached to the control.
9Label PositionStringTo place the label attached in various positions around the control.
10Label WidthStringSets the suggested width or thickness of the label attached to the control.
11Label HeightStringSets the suggested height of the label attached to the control.
12Text AlignmentStringTo align the texts inside the label attached to different positions (Left, Center, Right) within the control.
13V-Text AlignmentStringSets the vertical alignment of the contents in the attached label to the top, center, or bottom.
14MarginStringSets the edge or outer margin to the control.
15PaddingStringSets the padding of the attached label of the control(left, Top, Right, Bottom)
16Box ShadowStringSet the box shadow of the control by giving horizontal and vertical shadow values, the needed blur distance, and the appropriate color.
17FontStringSets the font face\style.
18Font SizeStringSets the size of the text in the attached label.
19BoldBooleanTo make the attached label text Bold.
20ItalicBooleanItalicize the attached label text.
22UnderlineBooleanUnderline the attached label text.
23Font ColorStringSets a brush that describes the Font color in the attached label.
24Background ColorStringSets a brush that describes the Background color to the attached label.
           
Style
26WidthStringSets the suggested width or thickness of the control.
27HeightStringSets the suggested height of the control.
28MarginStringSets the edge or outer margin to the control.
29PaddingStringSets the padding of the control(left,Top,Right,Bottom)
30Box ShadowStringSet the box shadow of the control by giving horizontal and vertical shadow values, the needed blur distance, and the appropriate color.
31Enable Custom FontBooleanSet a custom font by enabling “Enable Custom Font” and typing the font family needed. It helps to apply “font families,” which are not available in the property box.
32FontStringSets the font face\style.
33Font SizeStringSets the font size.
34Font ColorStringSets a brush that describes the Text color of the control.
35Background ColorStringSets a brush that describes the Background color of the control.
36VisibleBooleanSets the visibility of the control while rendering.
37EnableBooleanSets the accessibility of the control during rendering.
38BoldBooleanTo make the control text Bold.
49ItalicBooleanItalicize the control text.
50Column Span  String  To merge the number of column specified.
Rules
  51Rules After selecting the control, If the user clicks the Rules tab it will be expanded and display 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
52Is RequiredBooleanHelps to check whether the 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.
  53Required MessageStringIf the 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.
54Message PositionStringSets the position of the validation message, whether it can be left, right, bottom, or top.
Reports
55Control Report Control Report will redirect to the Reports tab that will display all the configurations, rules, and datasources details associated with the selected control.
Template
56Inherit TemplateBooleanEnable this property to inherit the control style from the applied template
Custom Style
57CSS StyleStringAllows you to add CSS class to your control to change the default formatting for any of our themes
Custom Property
58Html AttributeStringHelps to adjust the behavior or display of a control by adding custom HTML attributes