The DataRowAccessor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of IDataField.
| |
| DataObject |
Gets the underlying data object if exists.
| |
| HierarchicalFields |
Gets a list of data fields that allows Grid to build a hierarchy
| |
| Item[([( Int32])]) |
Gets the IDataField by the index.
| |
| Item[([( String])]) |
Gets the IDataField by the specified string identifier.
| |
| 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.
|