Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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