Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfo Class / Border Property
Example


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

    Property Value

    Border object
    Example
    This example sets the border for the grouped items.
    See Also