FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / ApplySortCore Method

In This Topic
    ApplySortCore Method (PivotFieldList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub ApplySortCore( _
       ByVal prop As PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    ) 
    protected virtual void ApplySortCore( 
       PropertyDescriptor prop,
       ListSortDirection direction
    )

    Parameters

    prop
    direction
    See Also