ButtonControlProperties.isSkipValidation

Returns the skip validation flag that indicates whether or not validation of controls higher on the page is skipped prior to executing the button's on click event.

Note that field type validation is always executed regardless of the setting of this flag (e.g. check that only numeric data is entered for numeric fields).

Further documentation.

returns boolean