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


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

    Property Value

    String containing the name of the CSS class
    Example
    This example customizes the appearance of the preview row.
    See Also