ArcGIS Pro 2.9 API Reference Guide
IsItemSupported Method (TableControlContentFactory)

ArcGIS.Desktop.Editing Namespace > TableControlContentFactory Class : IsItemSupported Method
The Item to check.
Determines if the Item can displayed by the TableControl.
Syntax
public static bool IsItemSupported( 
   Item item
)
Public Shared Function IsItemSupported( _
   ByVal item As Item _
) As Boolean

Parameters

item
The Item to check.

Return Value

True value indicates that the item can be displayed by the control.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableControlContentFactory Class
TableControlContentFactory Members