PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class / IsAssignableFrom Method
The type to ask whether it can be assigned.

In This Topic
    IsAssignableFrom Method
    In This Topic
    Gets whether the group can be assigned from the specified type.
    Syntax
    'Declaration
     
    
    Public Function IsAssignableFrom( _
       ByVal type As Type _
    ) As Boolean
    public bool IsAssignableFrom( 
       Type type
    )

    Parameters

    type
    The type to ask whether it can be assigned.
    See Also