BaseGridColumn.ImgSrc Property
Gets or sets the path of an image associated with the column.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImgSrc As String
Get
Set
'Usage
Dim instance As BaseGridColumn
Dim value As String
value = instance.ImgSrc
instance.ImgSrc = value
public string ImgSrc { get; set; }
Property Value
Type: System.String
A String containing the path to an image.