FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.ColumnPicker Namespace / IColumnPickerView Interface / ColumnItems Property

In This Topic
    ColumnItems Property (IColumnPickerView)
    In This Topic
    List of column items in the window.
    Syntax
    'Declaration
     
    
    ReadOnly Property ColumnItems As IList(Of ColumnPickerItemBase)
    IList<ColumnPickerItemBase> ColumnItems {get;}
    See Also