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

In This Topic
    SelectImageUrl Property
    In This Topic
    Gets or sets the URL to the Select button image displayed in a C1CommandField field.
    Syntax
    'Declaration
     
    Public Overridable Property SelectImageUrl As System.String
    public virtual System.string SelectImageUrl {get; set;}

    Property Value

    The URL to an image to display for the Select button in a C1CommandField. The default value is an empty string (""), which indicates that this property is not set.
    See Also