Condividi tramite


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