Share via


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.

See also

Reference

BaseGridColumn class

BaseGridColumn members

Microsoft.SharePoint.JSGrid namespace