| EnumUtilsIsReadOnlyFixedField Method |
Returns whether a fixed is readOnly.
E.g. Used to decide whether a form field can have the setting of
"Read Only" and "Requires Value"
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsReadOnlyFixedField(
FixedField fixedField
)
Parameters
- fixedField
- Type: Omada.OE.ModelFixedField
Return Value
Type:
Boolean
See Also