Overload List
Name | Description | |
---|---|---|
![]() | Add(IDictionary) |
Adds a data object, which implements the IDictionary interface on the top hierarchical level. Such object will be automatically associated with the DictionaryDataAccessor |
![]() | Add(IList) |
Adds a data object, which implements the IList interface on the top hierarchical level. Such object will be automatically associated with the ListDataAccessor |
![]() | Add(Object) |
Adds a user-defined data object on the top hierarchical level of the Grid. The data object will be automatically associated with the DataObjectAccessor |
![]() | Add(IDataAccessor) |
Adds a IDataAccessor on the top hierarchical level of the Grid.
|