SPMobileBaseTextField.FieldValidatorControl Property

Gets the validator control for the field.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property FieldValidatorControl As SPMobileFieldValidator
    Get
'Usage
Dim value As SPMobileFieldValidator

value = Me.FieldValidatorControl
protected virtual SPMobileFieldValidator FieldValidatorControl { get; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileFieldValidator
A SPMobileFieldValidator that validates the value of the field.

Remarks

The default implementation just returns a null reference (Nothing in Visual Basic), so you must override it in a derived class.

See Also

Reference

SPMobileBaseTextField Class

SPMobileBaseTextField Members

Microsoft.SharePoint.MobileControls Namespace