Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / ImageUrl Property


In This Topic
    ImageUrl Property (MenuItem)
    In This Topic
    Gets or sets the image URL.
    Syntax
    'Declaration
     
    
    Public Property ImageUrl As String
    'Usage
     
    
    Dim instance As MenuItem
    Dim value As String
     
    instance.ImageUrl = value
     
    value = instance.ImageUrl
    public string ImageUrl {get; set;}

    Property Value

    The image URL.
    See Also