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 the child label control, if any, that renders the value of the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LabelControl As Label
Get
'Usage
Dim value As Label
value = Me.LabelControl
protected virtual Label LabelControl { get; }
Property Value
Type: System.Web.UI.MobileControls.Label
A Label object that renders the value of the field.
See Also
Reference
SPMobileBaseFieldControl Class