DataGridValidateNewValue Field

Add a handler method, if you want to validate the new value entered into a cell. Return True, if the data can be submitted; False if you want cancel the changes.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public DataGridValidateDelegate ValidateNewValue

Field Value

DataGridValidateDelegate

See Also