FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.ColumnPicker Namespace / IColumnPickerView Interface / Initialize Method
C1 theme object

In This Topic
    Initialize Method (IColumnPickerView)
    In This Topic
    Initializes objects and data. Use this to reload FlexGrid columns etc. Called before Column picker window shown.
    Syntax
    'Declaration
     
    
    Sub Initialize( _
       Optional ByVal theme As Object _
    ) 
    void Initialize( 
       object theme
    )

    Parameters

    theme
    C1 theme object
    See Also