Skip to main content
A newer version of this page is available.

EFObjectSpace.GetCollectionSorting(Object) Method

Returns the sort settings for a particular collection.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public override IList<SortProperty> GetCollectionSorting(
    object collection
)

Parameters

Name Type Description
collection Object

An Object that is the collection whose sort settings are requested.

Returns

Type Description
IList<SortProperty>

A list of SortProperty objects specifying the sort order for the collection.

Remarks

If the collection passed as the collection parameter is not an EFCollection or the EFServerCollection, this method returns null (Nothing in VB).

See Also