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