ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControlContentFactory Class / IsItemSupported Method
The Item to check.

In This Topic
    IsItemSupported Method (TableControlContentFactory)
    In This Topic
    Gets if the Item can be displayed by the TableControl.
    Syntax
    Public Shared Function IsItemSupported( _
       ByVal item As Item _
    ) As Boolean
    public static bool IsItemSupported( 
       Item item
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also