ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / WidgetConditionalDependencyAttribute Class / WidgetConditionalDependencyAttribute Constructor
A dependency, see the WidgetDependencyAttribute.Dependencies property for more details.
Defines the type, the instance of which is designed for resolve the dependency.

In This Topic
    WidgetConditionalDependencyAttribute Constructor
    In This Topic
    Initializes a new instance of the WidgetConditionalDependencyAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dependency As System.Object, _
       ByVal resolver As System.Type _
    )
    public WidgetConditionalDependencyAttribute( 
       System.object dependency,
       System.Type resolver
    )

    Parameters

    dependency
    A dependency, see the WidgetDependencyAttribute.Dependencies property for more details.
    resolver
    Defines the type, the instance of which is designed for resolve the dependency.
    See Also