PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / DateTimeEditor Class / Supports Method

In This Topic
    Supports Method (DateTimeEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Supports( _
       ByVal property As PropertyInfo _
    ) As Boolean
    public override bool Supports( 
       PropertyInfo property
    )

    Parameters

    property
    See Also