10,731
edits
Line 263: | Line 263: | ||
Some of the variables for form fields are universal: | Some of the variables for form fields are universal: | ||
* IsEnabled | * IsEnabled - Gets or sets whether the item is editable. | ||
* IsVisible | * IsVisible - Gets or sets whether the item is visible. | ||
* Validate | * Validate - Gets or sets whether the item needs validation. | ||
* Focus | * Focus - Set focus to the item. | ||
* ErrorMessage | * ErrorMessage - Gets or sets the item error message displayed during validation. | ||
* Label | * Label - Gets or sets the item label. | ||
* Style | * Style - Gets or sets the item's style. | ||
Other depend on the field type: | Other depend on the field type: |