Share via


FieldOrder.IsDescending property

Gets a value that indicates whether the column is sorted in descending order.

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

Syntax

'Declaration
Public Property IsDescending As Boolean
    Get
    Private Set
'Usage
Dim instance As FieldOrder
Dim value As Boolean

value = instance.IsDescending
public bool IsDescending { get; private set; }

Property value

Type: System.Boolean
true if the column is sorted in descending order; otherwise false.

See also

Reference

FieldOrder class

FieldOrder members

Microsoft.SharePoint.JSGrid namespace