Validator Validate Method (DataGridView, DataGridViewCellValidatingEventArgs)CleanCode C# Libraries v1.2.03 API
Validates the specified OnlineDataGridView form control.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool Validate(
	DataGridView dataGridView,
	DataGridViewCellValidatingEventArgs args
)

Return Value

True if the control validates; false otherwise.
Remarks

The validation criteria for the DataGridView must be set in the Tag property of the DataGridView. See the class discussion for details.
See Also