PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / IPropertyGridEditor Interface / Supports Method

In This Topic
    Supports Method (IPropertyGridEditor)
    In This Topic
    Gets whether the specified property is supported by this editor.
    Syntax
    'Declaration
     
    
    Function Supports( _
       ByVal property As PropertyInfo _
    ) As Boolean
    bool Supports( 
       PropertyInfo property
    )

    Parameters

    property
    See Also