IColumnChooser Methods
When implemented, represents a Column 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