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)
Available in Sandboxed Solutions: No

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