SPMobileBaseFieldControl.LabelControl Property
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