[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.SortDescriptors

SortDescriptors Property

SortDescriptors

Gets the collection of SortDescriptor objects used to sort the data.

Declaration
public SortDescriptorCollection SortDescriptors { get; }
Remarks

In a Load() operation, the SortDescriptors are used to perform server-side sorting. The specified sorting is also applied on the client side when changes are made on the client to the loaded entities, with the DataView reflecting the changes.