hidden property
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;
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.
bool? hidden = false;