FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnCollection Class / SetSource Method

In This Topic
    SetSource Method (GridColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As IDataCollection(Of GridColumn) _
    ) 
    protected void SetSource( 
       IDataCollection<GridColumn> collection
    )

    Parameters

    collection
    See Also