ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ButtonField Class / ImageUrl Property

In This Topic
    ImageUrl Property
    In This Topic
    Gets or sets the image to display for each button in the C1ButtonField object.
    Syntax
    'Declaration
     
    Public Overridable Property ImageUrl As System.String
    public virtual System.string ImageUrl {get; set;}
    See Also