DisplayColumnAttribute.SortDescending Property

Definition

Gets a value that indicates whether to sort in descending or ascending order.

public:
 property bool SortDescending { bool get(); };
public bool SortDescending { get; }
member this.SortDescending : bool
Public ReadOnly Property SortDescending As Boolean

Property Value

true if the column will be sorted in descending order; otherwise, false.

Applies to