Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / RailCssClass Property
Example


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

    Property Value

    String containing the name of the CSS class
    Example
    See Also