Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / VisualGridElementStyleList Class / VisualGridElementStyleList Constructor / VisualGridElementStyleList Constructor(VisualGridElementStyleList)
A reference to a VisualGridElementStyleList object that will be used as a template to create the VisualGridElementStyleLists.


    VisualGridElementStyleList Constructor(VisualGridElementStyleList)
    Initializes a new instance of the VisualGridElementStyleList class specifying the VisualGridElementStyleList that will be used as a template to create the VisualGridElementStyleLists.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal template As VisualGridElementStyleList _
    )
     
    'Usage
     
    Dim template As VisualGridElementStyleList
     
    Dim instance As New VisualGridElementStyleList(template)

    Parameters

    template
    A reference to a VisualGridElementStyleList object that will be used as a template to create the VisualGridElementStyleLists.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also