DataCaptionField Property (C1Carousel)
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