Click or drag to resize

SimpleDataHelperT Properties

The SimpleDataHelperT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyItem
Public propertyList

NOTE: If you modify the list directly, the changes won't be reflected in the adapter unless you call NotifyListChangedExternally(Boolean)

This is not encouraged for partial inserts/removes (i.e. when some of the items should be kept), because it updates all items' views. Use only if necessary

Top
See Also