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 As Object _
)
void Initialize(
object
)
Parameters
- theme
- C1 theme object
See Also