SPGridView.SortDirectionImageUrl property

Gets the URL of the sort direction image if sorting is currently active.

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

Syntax

'Declaration
Public ReadOnly Property SortDirectionImageUrl As String
    Get
'Usage
Dim instance As SPGridView
Dim value As String

value = instance.SortDirectionImageUrl
public string SortDirectionImageUrl { get; }

Property value

Type: System.String

Remarks

If sorting is not currently active, then the value will be an empty string.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace