_OrderField.IsDescending Property

Definition

Returns or sets a Boolean value (bool in C#) that indicates whether the contents of the OrderField object are sorted in descending order. Read/write.

public:
 property bool IsDescending { bool get(); void set(bool value); };
public bool IsDescending { get; set; }
Public Property IsDescending As Boolean

Property Value

Remarks

If this property is set to True, the contents of the property referenced by the OrderField object are sorted in descending order; otherwise, the contents are sorted in ascending order.

Applies to