SPMobileBaseChoiceField.RequiredFieldValidatorControl Property

Gets a control that verifies that the field has a value when the field is required to have one.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property RequiredFieldValidatorControl As RequiredFieldValidator
    Get
'Usage
Dim value As RequiredFieldValidator

value = Me.RequiredFieldValidatorControl
protected virtual RequiredFieldValidator RequiredFieldValidatorControl { get; }

Property Value

Type: System.Web.UI.MobileControls.RequiredFieldValidator
A validator control.

See Also

Reference

SPMobileBaseChoiceField Class

SPMobileBaseChoiceField Members

Microsoft.SharePoint.MobileControls Namespace