suite4.net.FormDatabase Documentation

IFormCollection.SortProperty Property

Specifies the IForm property to be used in a sort operation on the IFormCollection.

[Visual Basic]
Property SortProperty As FormSortProperty
[C#]
FormSortProperty SortProperty {get; set;}

Property Value

Gets or sets the FormSortProperty of the IFormCollection. The default value is Name.

Remarks

This property is used in the Sort method in conjunction with the SortDirection property.

See Also

IFormCollection Interface | suite4.net.FormDatabase Namespace