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


In This Topic
    HandleCssClass Property
    In This Topic
    Gets or sets the CSS class that defines the style for the handle element.
    Syntax
    'Declaration
     
    
    Public Property HandleCssClass As String
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As String
     
    instance.HandleCssClass = value
     
    value = instance.HandleCssClass
    public string HandleCssClass {get; set;}

    Property Value

    String containing the name of the CSS class
    Example
    See Also