ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1Gallery Class / DataImageUrlField Property

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