Share via


SiteElementControl.EnableInputFieldLabels property

Gets whether a site element control uses field labels.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property EnableInputFieldLabels As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.EnableInputFieldLabels
protected override bool EnableInputFieldLabels { get; }

Property value

Type: System.Boolean
true if the site element control uses field labels; otherwise, false.

See also

Reference

SiteElementControl class

SiteElementControl members

Microsoft.SharePoint.Publishing.WebControls namespace