IViewTableMethodsIsReadOnly Method

Indicates if a field is read-only.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool IsReadOnly(
	string fieldName
)

Parameters

fieldName  String
Field name to evaluate.

Return Value

Boolean
if the field is read-only; otherwise, .

See Also