The IDataAccessor 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 GridControl to build a hierarchy
Public propertyItem[([( Int32])])
Gets the IDataField by the index.
Public propertyItem[([( String])])
Gets the IDataField by the specified string identifier.
Public propertySupportsIdentifiers
Gets a value indicating whether this accessor supports field indexing by the string identifiers.
Public propertySupportsNotifications
Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.

See Also