public void ApplySort(
System.ComponentModel.PropertyDescriptor property,
System.ComponentModel.ListSortDirection direction
)
'Declaration
Public Sub ApplySort( _
ByVal property As System.ComponentModel.PropertyDescriptor, _
ByVal direction As System.ComponentModel.ListSortDirection _
)
Parameters
property
A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
direction
One of the System.ComponentModel.ListSortDirection values.