Skip to main content

DataViewBase.HideColumnChooser() Method

Hides the Column Chooser.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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