Overload List

  NameDescription
Public methodAdd(IDictionary)
Adds a data object, which implements the IDictionary<(Of <(<'TKey, TValue>)>)> interface on the top hierarchical level. Such object will be automatically associated with the DictionaryDataAccessor
Public methodAdd(IList)
Adds a data object, which implements the IList<(Of <(<'T>)>)> interface on the top hierarchical level. Such object will be automatically associated with the ListDataAccessor
Public methodAdd(Object)
Adds a user-defined data object on the top hierarchical level of the GridControl. The data object will be automatically associated with the DataObjectAccessor
Public methodAdd(IDataAccessor)
Adds a IDataAccessor on the top hierarchical level of the GridControl.

See Also