Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowInfo Class / Border Property
Example


In This Topic
    Border Property (PreviewRowInfo)
    In This Topic
    Gets or sets the border of the preview row information.
    Syntax
    'Declaration
     
    Public Property Border As Border
    'Usage
     
    Dim instance As PreviewRowInfo
    Dim value As Border
     
    instance.Border = value
     
    value = instance.Border
    public Border Border {get; set;}

    Property Value

    Border object containing the border
    Example
    This example customizes the appearance of the preview row.
    See Also