[]
        
(Showing Draft Content)

C1.Data.DataSource.SortDescriptor

SortDescriptor Class

Descriptor used by the ClientViewSource to sort data returned from queries.

Inheritance
SortDescriptor
Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class SortDescriptor : DependencyObject

Constructors

Name Description
SortDescriptor()

Initializes a new instance of the SortDescriptor class.

SortDescriptor(string, ListSortDirection)

Initializes a new instance of the SortDescriptor class.

Fields

Name Description
DirectionProperty

The DependencyProperty for the Direction property.

PropertyPathProperty

The DependencyProperty for the PropertyPath property.

Properties

Name Description
Direction

Gets or sets the sort direction: Ascending or Descending.

PropertyPath

Gets or sets the name of the property path used to sort data.