Default Values
- Last UpdatedJun 25, 2024
- 1 minute read
Default value is the value assigned to the control automatically when you do not set any value to the control explicitly.
|
Control |
Default Value |
|---|---|
|
Boolean |
"False" |
|
Check Box |
Empty string |
|
Date |
Empty string |
|
Drop-Down |
Empty string (if Options Caption is set) First Options Value (if Options Caption is not set) |
|
|
Empty string |
|
List |
Empty string |
|
Number |
Empty string |
|
Radio Button |
Empty string |
|
Text |
Empty string |
|
Time |
Empty string |