The ListDataAccessor type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the count of IDataField.
| |
DataObject |
Gets the underlying IList<(Of <(<'T>)>)> object.
| |
HierarchicalFields |
Gets a list of data fields that allows GridControl to build a hierarchy
| |
Item[([( Int32])]) |
Gets the IDataField by the index.
| |
Item[([( String])]) |
The IList can not be referenced by the field identifier. Any call of this method will lead to NotSupportedException | |
SupportsIdentifiers |
Gets a value indicating whether the access to the fields of the data object by their field identifier is available.
| |
SupportsNotifications |
Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.
|