Rules editor: Difference between revisions

Jump to navigation Jump to search
Line 265: Line 265:
* IsEnabled - Gets or sets whether the item is editable.
* IsEnabled - Gets or sets whether the item is editable.
* IsVisible - Gets or sets whether the item is visible.
* IsVisible - Gets or sets whether the item is visible.
* Validate - Gets or sets whether the item needs validation.
* Validate - Gets or sets whether the item needs validation. When set to true, the item cannot be empty; users have to enter or select a value.
* Focus - Set focus to the item.
* Focus - Set focus to the item.
* ErrorMessage - Gets or sets the item error message displayed during validation.
* ErrorMessage - Gets or sets the item error message displayed during validation.

Navigation menu