ValidationProperties¶
ValidationProperties Properties¶
| Property | Type | Required |
|---|---|---|
| SeparatorBackgroundColor | string |
No |
| SeparatorIsHidden | boolean |
No |
| ValidationMessage | string |
No |
| ValidationMessageColor | string |
No |
| ValidationViewBackgroundColor | string |
No |
| ValidationViewIsHidden | boolean |
No |
SeparatorBackgroundColor¶
The background color of the separator as a hexadecimal string, e.g. "ffffff".
- type:
string
SeparatorIsHidden¶
The visibility of the separator.
- type:
boolean
ValidationMessage¶
The validation message.
- type:
string
ValidationMessageColor¶
The color of the validation message as a hexadecimal string, e.g. "ffffff".
- type:
string
ValidationViewBackgroundColor¶
The background color of the validation view as a hexadecimal string, e.g. "ffffff".
- type:
string
ValidationViewIsHidden¶
The visibility of the validation view.
- type:
boolean