ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / EnableConditionalDependencies Property

In This Topic
    EnableConditionalDependencies Property (C1GridExtender)
    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