Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfAcroFormValueFormat Properties

Allows you to specify format for form field values.
Name Description
CalculateScript Gets or sets the JavaScript to be performed when the field’s value is changed. This action may check the new value for validity.
FormatScript Gets or sets the JavaScript to be performed before the field is formatted. This action may modify the field’s value before formatting.
KeystrokeScript Gets or sets the JavaScript to be performed when the user modifies a character in a. This action may check the added text for validity and reject or modify it.
ValidateScript Gets os sets the JavaScript to be performed to recalculate the value of this field when that of another field changes.
See Also