suite4.net.FormDatabase Documentation

IGroupCollection.SortProperty Property

Specifies the IGroup property to be used in a sort operation on the IGroupCollection.

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

Property Value

Gets or sets the GroupSortProperty of the IGroupCollection. The default value is Name.

Remarks

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

See Also

IGroupCollection Interface | suite4.net.FormDatabase Namespace