Share via


LookupTypeInfo.ShowText property

Gets or sets a value that, if ShowImage is set to true, specifies whether text should be shown next to the image on cells with this property type. Defaults to true.

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

Syntax

'Declaration
Public Property ShowText As Boolean
    Get
    Set
'Usage
Dim instance As LookupTypeInfo
Dim value As Boolean

value = instance.ShowText

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

Property value

Type: System.Boolean
A Boolean indicating whether text should be shown next to images.

See also

Reference

LookupTypeInfo class

LookupTypeInfo members

Microsoft.SharePoint.JSGrid namespace