'Declaration Protected Overridable Function ValidateCore( _ ByVal control As Control, _ ByVal cell As Cell _ ) As Boolean
'Usage Dim instance As CellEditorManager Dim control As Control Dim cell As Cell Dim value As Boolean value = instance.ValidateCore(control, cell)
Parameters
- control
- The System.Windows.Forms.Control that will be used to edit the content of the cell.
- cell
- The Xceed.Grid.Cell whose content is to be edited by the control.
Return Value
true if the value is valid; false otherwise.