Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a control that provides basic validation of the field value.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property ListDataValidatorControl As CustomValidator
Get
'Usage
Dim value As CustomValidator
value = Me.ListDataValidatorControl
protected CustomValidator ListDataValidatorControl { get; }
Property Value
Type: System.Web.UI.MobileControls.CustomValidator
A validator control that is appropriate to the type of data in the field.
See Also
Reference
SPMobileBaseFieldControl Class