BaseFieldControl.DisableInputFieldLabel property

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)

Syntax

'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; }

Property value

Type: System.Boolean
true if the default input field label should not be used on the New or Edit forms; otherwise, false.

Remarks

Set DisableInputFieldLabel to true for BaseFieldControls that are never really set or changed by the site users.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace