AxpDataGrid

AxpDataGrid.OrderByDesc Property

Whether the ordering specified in OrderByFields is descending.

[Visual Basic]
Public Property OrderByDesc As Boolean
[C#]
public bool OrderByDesc {get; set;}

Property Value

true if the ordering specified in OrderByFields is descending, false otherwise.

Remarks

Set to True if the ordering specified in the OrderByFields property should be descending.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace