Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / HandleImageUrl Property


In This Topic
    HandleImageUrl Property
    In This Topic
    Gets or sets the URL for the image to display in the slider handle.
    Syntax
    'Declaration
     
    
    Public Property HandleImageUrl As String
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As String
     
    instance.HandleImageUrl = value
     
    value = instance.HandleImageUrl
    public string HandleImageUrl {get; set;}

    Property Value

    String containing the URL for the image
    See Also