This document is archived and information here might be outdated.  Recommended version.


ITableView Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableView Interface
ArcGIS Developer Help

ITableView Interface

Provides access to members that set up the table and initially show it. Note: the ITableView interface has been superseded by ITableView3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Callback The call back routine.
Write-only property QueryFilter QueryFilter of records to show.
Read/write property SelectionSet Selection set of records to show/select.
Method Show Show table.
Write-only property ShowAliasNamesInColumnHeadings Show alias names or the real field name in column headings. Default False.
Write-only property ShowSelected Show only features that are selected.
Write-only property Table Table to view/edit.
Write-only property TableSelectionAction Action to perform when table selections are made.

Classes that implement ITableView

Classes Description
TableView Window to display Tables.

Remarks

The TableView will show all of the fields in the Table, not just those set on the QueryFilter's SubFields.