IViewTableMethodsSetFieldRule Method

Sets a validation rule to the indicated field.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetFieldRule(
	string fieldName,
	string error,
	Func<bool> rule
)

Parameters

fieldName  String
Field name to set.
error  String
Error message.
rule  FuncBoolean
Delegate method or Lambda expression used to check the rule.

See Also