DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / SortDescriptor Class
Fields Properties Methods


In This Topic
    SortDescriptor Class Members
    In This Topic

    The following tables list the members exposed by SortDescriptor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the Direction property.  
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the PropertyPath property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the sort direction: Ascending or Descending.  
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the name of the property path used to sort data.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also