TemplatePicker.ShowCompatibilityLevelLabel property

Determines whether or not to show the compatibility level label in the picker.

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

Syntax

'Declaration
Public Property ShowCompatibilityLevelLabel As Boolean
    Get
    Set
'Usage
Dim instance As TemplatePicker
Dim value As Boolean

value = instance.ShowCompatibilityLevelLabel

instance.ShowCompatibilityLevelLabel = value
public bool ShowCompatibilityLevelLabel { get; set; }

Property value

Type: System.Boolean

Remarks

Default is true.

See also

Reference

TemplatePicker class

TemplatePicker members

Microsoft.SharePoint.WebControls namespace