FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnCollection Class / Items Property

In This Topic
    Items Property (ColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Items As IList(Of T)
    protected IList<T> Items {get;}
    See Also