ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / SortDescriptor Class / Direction Property

In This Topic
    Direction Property
    In This Topic
    Gets or sets the sort direction: Ascending or Descending.
    Syntax
    'Declaration
     
    
    Public Property Direction As System.ComponentModel.ListSortDirection
    public System.ComponentModel.ListSortDirection Direction {get; set;}
    See Also