Skip to main content
A newer version of this page is available. .

IColumnChooser Methods

When implemented, represents a Column Band Chooser.
Name Description
ApplyState(IColumnChooserState) When implemented, reads the specified state (size, position, etc.) and applies it to the Column Chooser (deserialization).
Destroy() When implemented, destroys the Column Chooser.
Hide() When implemented, hides the Column Chooser.
SaveState(IColumnChooserState) When implemented, saves the Column Chooser’s state (serialization).
Show() When implemented, shows the Column Chooser.
See Also