IViewTableMethodsSetFieldReadOnly Method

Activate or deactivate whether a field is read-only, as long as it is not more restrictive by default or for security reasons.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetFieldReadOnly(
	string fieldName,
	bool readOnly
)

Parameters

fieldName  String
Field name to set.
readOnly  Boolean
Indicates if the field is read-only.

See Also