Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingIconValue Class / IconUrl Property


In This Topic
    IconUrl Property
    In This Topic
    Gets or sets the icon URL.
    Syntax
    'Declaration
     
    
    Public Property IconUrl As String
    'Usage
     
    
    Dim instance As ConditionalFormattingIconValue
    Dim value As String
     
    instance.IconUrl = value
     
    value = instance.IconUrl
    public string IconUrl {get; set;}

    Property Value

    The icon URL.
    See Also