Click or drag to resize

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
Syntax
C#
public static bool IsReadOnlyFixedField(
	FixedField fixedField
)

Parameters

fixedField
Type: Omada.OE.ModelFixedField

Return Value

Type: Boolean
See Also