Skip to main content

DataViewBase.ShowColumnChooser() Method

Invokes the Column Chooser.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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