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

FormField Members

An interface implementing the form fields functionality.

#Properties

Name Description
CalculateOnExit Gets or sets whether to update the form field after exit.
Enabled Gets or sets whether the form field is enabled.
EntryMacro Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field.
ExitMacro Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field.
FieldType Gets the form field type.
HelpText Gets or sets the instructional text shown when focusing the checkbox and pressing F1.
HelpTextType Gets or sets the type of the instructional text shown when focusing the checkbox and pressing F1.
Name Gets or sets the name of the bookmark associated with the current FormField object.
Range Retrieves the document range occupied by the form field.
StatusText Gets or sets the instructional text shown on the status bar when focusing the checkbox.
StatusTextType Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox.
See Also