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


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

ITableView2 Interface

Provides access to members that interact with table. Note: the ITableView2 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 AllowEditing Allow editing. Default: True.
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.
Read-only property ShowAliasNamesInColumnHeadings Show alias names or the real field name in column headings. Default False.
Write-only property ShowAliasNamesInColumnHeadings Show alias names or the real field name in column headings. Default False.
Read-only property ShowSelected Show only features that are selected.
Write-only property ShowSelected Show only features that are selected.
Write-only property Table Table to view/edit.
Read-only property Table Table to view/edit.
Write-only property TableSelectionAction Action to perform when table selections are made.

Classes that implement ITableView2

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.