'Declaration Public Enum DropDownSearchMethod Inherits System.Enum
public enum DropDownSearchMethod : System.Enum
Member | Description |
---|---|
Binary | Use a Binary search. Binary searches are faster than Linear searches, but require an initial performance hit to build and maintain a sorted list of data. |
Default | Use the default search method (Binary). |
Linear | Use a linear search. Linear searches are slower than binary, but there is less of an initial delay when loading the control with data. |
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