Responder Developer Guide
ApplySortCore Method


Syntax
'Declaration
 
Protected Overrides Sub ApplySortCore( _
   ByVal property As PropertyDescriptor, _
   ByVal direction As ListSortDirection _
) 
'Usage
 
Dim instance As SortableBindingList(Of T)
Dim property As PropertyDescriptor
Dim direction As ListSortDirection
 
instance.ApplySortCore(property, direction)
protected override void ApplySortCore( 
   PropertyDescriptor property,
   ListSortDirection direction
)

Parameters

property
direction
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SortableBindingList<T> Class
SortableBindingList<T> Members

 

 


Send Comment