Version

ResumeSort Method

Resumes internal sorting of the collection following a call to the SuspendSort method.
Syntax
'Declaration
 
Public Sub ResumeSort() 
public void ResumeSort()
Remarks

Note: The ResumeSort method must be called after the SuspendSort method is used so that the contents of the collection are sorted before the collection is accessed; failure to do so can result in unpredictable behavior since the ordinal positions of the Appointment objects in the collection will not coincide with their chronological order, which is necessary for the component's correct functionality.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentsCollection Class
AppointmentsCollection Members
SuspendSort Method
Infragistics.Win.UltraControlBase.BeginUpdate
Infragistics.Win.UltraControlBase.EndUpdate(System.Boolean)