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

DataViewBase.HideColumnChooser() Method

Hides the Column Chooser.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public void HideColumnChooser()

Remarks

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

To hide the Column Chooser, call the 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