WizardTableListOrder Property
Order applied to data. If empty, no order will be applied.
Namespace: Aliquo.Windows.Wizard.ListAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public string Order { get; set; }
Public Property Order As String
Get
Set
Property Value
String Several fields can be declared, separated by comma
ASC => ASCending (default)
DESC => DESCending
The following is an example of a sort expression
Notas.Id, Notas.FechaPresupuesto DESC