SPMobileBaseFieldControl.CreateValidators Method
Creates an array of validator controls.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Protected Overridable Function CreateValidators As BaseValidator()
Dim returnValue As BaseValidator()
returnValue = Me.CreateValidators()
protected virtual BaseValidator[] CreateValidators()
Return Value
Type: []
An array of one or more BaseValidator controls that can be used to validate all or parts of the value of the field.
Remarks
There is no default implementation of CreateValidators.
See Also
Reference
SPMobileBaseFieldControl Class