'Declaration Public Enum DataSourceResetBehavior Inherits System.Enum
public enum DataSourceResetBehavior : System.Enum
Member | Description |
---|---|
DiscardExistingRecords | Discards the existing records. Note that as a result any active or selected records/cells will be discarded as well. |
ReuseRecordsViaEnumerator | Reuse data records by checking to see if the underlying data item still exists in the data list by looping through the data list. Note that the data list is looped through only once for all data records. |
ReuseRecordsViaIndexOf | Reuse data records by checking to see if the underlying data item still exists in the data list using IndexOf call on the data list. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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