FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / ApplySort Method

In This Topic
    ApplySort Method
    In This Topic
    Syntax
    'Declaration
     
    Sub ApplySort( _
       ByVal property As PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    ) 
    void ApplySort( 
       PropertyDescriptor property,
       ListSortDirection direction
    )

    Parameters

    property
    direction
    See Also