suite4.net.FormDatabase Documentation

IFormCollection.SortDirection Property

Specifies the direction of a sort operation to be performed on the IFormCollection.

[Visual Basic]
Property SortDirection As ListSortDirection
[C#]
System.ComponentModel.ListSortDirection SortDirection {get; set;}

Property Value

Gets or sets the ListSortDirection of the IFormCollection. The default value is Ascending.

See Also

IFormCollection Interface | suite4.net.FormDatabase Namespace