LookupTypeInfo.ShowImage Property

Gets or sets a value specifying whether the images given in the lookup type items should be displayed on cells with this property type. Defaults to false.

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

Syntax

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

value = instance.ShowImage

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

Property Value

Type: System.Boolean
A Boolean indicating whether images should be showed.

See Also

Reference

LookupTypeInfo Class

LookupTypeInfo Members

Microsoft.SharePoint.JSGrid Namespace