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

In This Topic
    DataCaptionField Property
    In This Topic
    Gets or sets the name of the field from the data source to bind to the caption of the images.
    Syntax
    'Declaration
     
    Public Property DataCaptionField As System.String
    public System.string DataCaptionField {get; set;}
    See Also