| Name | Description |
| Active |
Gets the active table view.
|
| ActiveFieldIndex |
Gets the zero based index of the active field in the table. Can be -1 if there are no fields.
|
| ActiveObjectId |
Gets the ObjectID of the active row in the table.
The value of the row can be null, when the table does not have object ids,
the active row is the new row, or the data for the row has not been loaded.
|
| ActiveRowIndex |
Gets the zero based index of the active row in the table. Can be -1 if there is no active row.
|
| CanAddField |
Determines if the Add Field GP tool can be displayed.
|
| CanClearHighlighted |
Determines if the table view can clear its highlight. The table view must be showing the Selected Records view.
|
| CanClearSelection |
Determines if the table view can clear its selection.
|
| CanCustomSort |
Determines if the table view can display the custom sort dialog.
|
| CanDeleteField |
Determines if the active field of the table view can be deleted.
|
| CanDeleteHighlighted |
Determines if the table can delete the highlighted rows. The table view must be showing the Selected Records view.
|
| CanDeleteSelected |
Determines if the table view can delete the selected rows.
|
| CanExport |
Determines if the table view can export its attributes.
|
| CanFind |
Determines if the table view can display the Find control.
|
| CanFindAndReplace |
Determines if the table view can display the Find and replace control.
|
| CanGetHighlightedObjectIds |
Gets if the objectIds of the highlighted rows can be retrieved. The table view must be showing the Selected Records view.
|
| CanGoTo |
Determines if the table view can display the Go to row number control.
|
| CanHideSelectedFields |
Determines if the table view's selected fields can be hidden.
|
| CanHighlight |
Gets if rows can be highlighted in the table view. The table view must be showing the Selected Records view.
|
| CanPanToHighlighted |
Determines if the table can pan to the highlighted rows. The table view must be showing the Selected Records view.
|
| CanPanToSelected |
Determines if the table view can pan to the selected rows.
|
| CanRefresh |
Determines if the table view can refresh its content.
|
| CanResetFieldOrder |
Resets the field order in the table view.
|
| CanSelect |
Determines if the table view can select rows.
|
| CanSelectAll |
Determines if the table view can select all of its rows.
|
| CanShowAllFields |
Determines if the table view can show all fields.
|
| CanSortAscending |
Determines if the table view can sort the active field.
|
| CanSortDescending |
Determines if the table view can sort the active field.
|
| CanSwitchHighlight |
Determines if the table view can switch its highglight. The table view must be showing the Selected Records view.
|
| CanSwitchSelection |
Determines if the table view can switch its selection.
|
| CanToggleFieldAlias |
Determines if the table view can toggle the field name and alias.
|
| CanToggleRowHighlight |
Determines if the table view can toggle the highlight of the active row. The table view must be showing the Selected Records view.
|
| CanToggleRowSelection |
Determines if the table view can toggle the selection of the active row.
|
| CanToggleSubtypeDomainDescriptions |
Determines if the table view can toggle between the subtype and domain descriptions and codes
|
| CanZoomToHighlighted |
Determines if the table can zoom to the highlighted rows. The table view must be showing the Selected Records view.
|
| CanZoomToSelected |
Determines if the table view can zoom to the selected rows.
|
| IsReady | Gets a value that indicates whether the TableView can be accessed. This property is false while the table view processes major operations like initializing. |
| IsRowCountKnown |
Gets the IsRowCountKnown property indicating the table view knows the count of rows in the data source.
|
| Item | Gets the item source of the table view. Use ArcGIS.Desktop.Core.ItemFactory.CanGetDataset and ArcGIS.Desktop.Core.ItemFactory.GetDataset to retrieve the data. |
| MapMember |
Gets the Layer or StandaloneTable source of the table view.
|
| RowCount |
Gets the number of rows in the data source. If the IsRowCountKnown is true, then this is a total count.
|
| RowsPerPage |
Gets the number of rows the table view is requesting, from the data source, for each page.
|
| ShowFieldAlias |
Gets and sets the current state of displaying the field alias.
|
| ShowSubtypeDomainDescriptions |
Gets and sets the current state of displaying subtype and domain descriptions.
|
| ViewMode |
Gets the view mode of the table view.
|
| ZoomLevel |
Gets the zoom level for the table view.
|