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

DataViewBase.ShowColumnChooser() Method

Invokes the Column Chooser.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public void ShowColumnChooser()

Remarks

To show the Column Chooser, use the ShowColumnChooser method. After the Column Chooser has been shown, the DataViewBase.ShownColumnChooser event is raised.

To hide the Column Chooser, call the DataViewBase.HideColumnChooser method. After the Column Chooser has been hidden, the DataViewBase.HiddenColumnChooser event is raised.

To determine whether the Column Chooser is displayed within a View, use the DataViewBase.IsColumnChooserVisible property.

See Also