DataImageUrlField Property (C1Carousel)
                In This Topic
            
            Gets or sets the name of the field from the data source to bind to the attribute "src" of the image.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property DataImageUrlField As System.String
             
        
            
            public System.string DataImageUrlField {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also