ArcGIS Pro 3.2 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 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

    ArcGIS Pro version: 3 or higher.
    See Also