Click or drag to resize

RGQueryRGOrderByExpressionTSource, TKeyDescending Property

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public bool Descending { get; set; }

Property Value

Type: Boolean
if true sorts the elements of a sequence in descending order according to a key.
See Also