Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PagerInfo Class / CssClass Property
Example


In This Topic
    CssClass Property (PagerInfo)
    In This Topic
    Gets or sets the CSS class name for the Pager.
    Syntax
    'Declaration
     
    
    Public Property CssClass As String
    'Usage
     
    
    Dim instance As PagerInfo
    Dim value As String
     
    instance.CssClass = value
     
    value = instance.CssClass
    public string CssClass {get; set;}

    Property Value

    String containing the CSS class name.
    Example
    This example adds a style to the pager.
    See Also