CirSimpleList
Properties:
| Value type | Description |
|---|---|
| DefaultValue | The default value that will be used. |
| EnableDefaultValue | Enables the use of a default value. |
| Max | Maximum allowed value for the control. Maximum allowed length of the text: 32767. |
| Min | Minimum allowed value for the control. Minimum possible length of the text: 0. |
| SupportsWildcards | True if the user can insert a wild card. \n* represents zero to many characters and \n? represents exactly one character. |
Length of the account number (default: 0).
Stores the name of the (global) parameter to be used (default: empty).
Show/hide the Preview button.
The value type a user can enter. Possible values are: Numeric, Decimal, String, Date, Time.
Events:
Occurs when textbox text is changed.
Occurs when the Preview button is clicked.
Occurs when the list of values is changed.
| Parameter | Description |
|---|---|
| Cancel | Set to true if the cancellation of the event is needed. |
| Value | Value that needs to be validated. |
| IsFromUser | True if the event was thrown when the user clicks the Validate button. |
Public properties:
Returns all items available in the list.
Gets/sets the current value from textbox.
Displays the error next to textbox.
Clears the inline error next to the textbox.