hidden property

bool? hidden
getter/setter pair

Controls the visibility of this field in the form.

When true, the field will not be rendered in the UI but may still participate in form validation and data collection.

Implementation

bool? hidden = false;