The EnumerableDataAccessor type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count of IDataField.
Public propertyDataObject
Gets the underlying data object if exists.
Public propertyHierarchicalFields
Gets a list of data fields that allows Grid to build a hierarchy
Public propertyItem[([( Int32])])
Gets the IDataField by the index.
Public propertyItem[([( String])])
The dictionary can not be referenced by field identifiers. Any call of this method will lead to NotSupportedException
Public propertySupportsIdentifiers
Gets a value indicating whether the access to the fields of the data object by their field identifier is available.
Public propertySupportsNotifications
Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.

See Also