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

In This Topic
    StyleHasCustomBorder Method (GridRenderer)
    In This Topic
    Styles the has custom border.
    Syntax
    'Declaration
     
    
    Public Function StyleHasCustomBorder( _
       ByVal style As Style _
    ) As Boolean
    public bool StyleHasCustomBorder( 
       Style style
    )

    Parameters

    style
    The style.

    Return Value

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