ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class


In This Topic
    TableView Class Properties
    In This Topic

    For a list of all members of this type, see TableView members.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the active table view.  
    Public Property Gets the zero based index of the active field in the table. Can be -1 if there are no fields.  
    Public Property 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.  
    Public Property Gets the zero based index of the active row in the table. Can be -1 if there is no active row.  
    Public Property Determines if the Add Field GP tool can be displayed.  
    Public Property Determines if the table view can clear its highlight. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can clear its selection.  
    Public Property Determines if the table view can display the custom sort dialog.  
    Public Property Determines if the active field of the table view can be deleted.  
    Public Property Determines if the table can delete the highlighted rows. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can delete the selected rows.  
    Public Property Determines if the table view can export its attributes.  
    Public Property Determines if the table view can display the Find control.  
    Public Property Determines if the table view can display the Find and replace control.  
    Public Property Gets if the objectIds of the highlighted rows can be retrieved. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can display the Go to row number control.  
    Public Property Determines if the table view's selected fields can be hidden.  
    Public Property Gets if rows can be highlighted in the table view. The table view must be showing the Selected Records view.  
    Public Property Determines if the table can pan to the highlighted rows. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can pan to the selected rows.  
    Public Property Determines if the table view can refresh its content.  
    Public Property Resets the field order in the table view.  
    Public Property Determines if the table view can select rows.  
    Public Property Determines if the table view can select all of its rows.  
    Public Property Determines if the table view can show all fields.  
    Public Property Determines if the table view can sort the active field.  
    Public Property Determines if the table view can sort the active field.  
    Public Property Determines if the table view can switch its highglight. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can switch its selection.  
    Public Property Determines if the table view can toggle the field name and alias.  
    Public Property Determines if the table view can toggle the highlight of the active row. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can toggle the selection of the active row.  
    Public Property Determines if the table view can toggle between the subtype and domain descriptions and codes  
    Public Property Determines if the table can zoom to the highlighted rows. The table view must be showing the Selected Records view.  
    Public Property Determines if the table view can zoom to the selected rows.  
    Public PropertyGets a value that indicates whether the TableView can be accessed. This property is false while the table view processes major operations like initializing.  
    Public Property Gets the IsRowCountKnown property indicating the table view knows the count of rows in the data source.  
    Public PropertyGets the item source of the table view. Use ArcGIS.Desktop.Core.ItemFactory.CanGetDataset and ArcGIS.Desktop.Core.ItemFactory.GetDataset to retrieve the data.  
    Public Property Gets the Layer or StandaloneTable source of the table view.  
    Public Property Gets the number of rows in the data source. If the IsRowCountKnown is true, then this is a total count.  
    Public Property Gets the number of rows the table view is requesting, from the data source, for each page.  
    Public Property Gets and sets the current state of displaying the field alias.  
    Public Property Gets and sets the current state of displaying subtype and domain descriptions.  
    Public Property Gets the view mode of the table view.  
    Public Property Gets the zoom level for the table view.  
    Top
    See Also