The DictionaryDataAccessor type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count of IDataField.
Public propertyDataObject
Gets the underlying collection.
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 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