The UnboundValueAccessor 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 GridControl to build a hierarchy
| |
Item[([( Int32])]) |
The collection can not be indexed. Any call of this method will lead to NotSupportedException | |
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.
|