ComponentOne List for WinForms
C1.Win.List Namespace / GridRenderer Class / StyleHasRightBorder Method
The style.

In This Topic
    StyleHasRightBorder Method (GridRenderer)
    In This Topic
    Determines whether the style has right border.
    Syntax
    'Declaration
     
    
    Public Function StyleHasRightBorder( _
       ByVal style As Style _
    ) As Boolean
    public bool StyleHasRightBorder( 
       Style style
    )

    Parameters

    style
    The style.

    Return Value

    True if the style has right border, otherwise false.
    See Also