IColumnChooser Members
When implemented, represents a Column Chooser.Properties
| Name | Description |
|---|---|
| TopContainer | When implemented, returns the Column Chooser’s root element. |
Methods
| 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