ArcGIS Explorer Component Help |
TableBindingAdapter Properties |
TableBindingAdapter Class See Also |
The TableBindingAdapter type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowEdit |
Gets a value indicating whether rows in the underlying bound data source can be edited.
| |
AllowNew |
Gets a value indicating whether new rows can be added to the underlying bound data source.
| |
AllowRemove |
Gets a value indicating whether rows can be deleted from the underlying bound data source.
| |
Count |
Gets the number of rows contained in the TableBindingAdapter.
| |
IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
| |
IsReadOnly |
Gets a value indicating whether underlying bound data source is read only.
| |
IsSorted |
Gets a value indicating whether TableBindingAdapter is sorted.
| |
IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
| |
Item |
Gets or sets the Object at the specified index.
| |
SortDirection |
Gets the direction of the sort.
| |
SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
| |
SupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
| |
SupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
| |
SupportsSorting |
Gets whether the list supports sorting.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
| |
UseCodedValueDomains |
Gets or sets a value indicating whether the TableBindingAdapter will use the descriptive names stored in
coded value domains defined against any columns in the Table.
| |
UseColumnAliasNames |
Gets or sets a value indicating whether the column headings should use alias names.
|