ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / EnableConditionalDependencies Property

In This Topic
    EnableConditionalDependencies Property (C1GridView)
    In This Topic
    A value that indicates whether to register the dependency resources according to the control's property settings.
    Syntax
    'Declaration
     
    Public Overrides Property EnableConditionalDependencies As System.Boolean
    public override System.bool EnableConditionalDependencies {get; set;}
    Remarks
    This property is enabled only when EnableCombinedJavaScripts is set to true.
    See Also