These are group of form items that enable you to perform actions.
...
The Button is a typical button item that appears within the form.
Note: There is also Positive and Negative action buttons that appear on the Form's button bar.
Negative Action ButtonPositive Action Button
Feature:-
- It renders the plain text or property-driven text as button name.
- It allows setting as visible or invisible and enabled or disabled.
- It provides the Click event to handle the logic.
...
The Upload Panel is a panel of items dedicated for file upload handling.
Features:-
- It allows uploading multiple files at the same time.
- It allows restricting the file upload by file formats.
- It allows restricting the file upload by file size.
- It allows setting as visible or invisible and enabled or disabled.
- It allows you to preview the uploaded file in the read-only mode.
- It validates the file MIME type.
...