Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 value indicating whether the default input field label should be used on the New or Edit forms.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property DisableInputFieldLabel As Boolean
Get
Set
'Usage
Dim instance As BaseFieldControl
Dim value As Boolean
value = instance.DisableInputFieldLabel
instance.DisableInputFieldLabel = value
public bool DisableInputFieldLabel { get; set; }
Type: System.Boolean
true if the default input field label should not be used on the New or Edit forms; otherwise, false.
Set DisableInputFieldLabel to true for BaseFieldControls that are never really set or changed by the site users.
Please sign in to use this experience.
Sign in