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


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

ITableView3 Interface

Provides access to members that interact with table.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property AllowAddRow Allow add row to be displayed during editing. Default: True.
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 ITableView3

Classes Description
TableView Window to display Tables.