ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1Carousel Class / LoadOnDemand Property

In This Topic
    LoadOnDemand Property
    In This Topic
    Gets or sets a value indicating whether items are loaded on demand.
    Syntax
    'Declaration
     
    Public Property LoadOnDemand As System.Boolean
    public System.bool LoadOnDemand {get; set;}
    See Also