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

ColumnChooserControlBase Class

Serves as the base class for column choosers used with data-aware controls.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class ColumnChooserControlBase :
    Control,
    ILogicalOwnerProvider

Remarks

Column chooser controls are used to show and hide columns/fields of GridControl or PivotGridControl. To learn more, see Column Band Chooser for DXGrid, and Customization Form for DXPivotGrid.

The ColumnChooserControlBase class provides the ColumnChooserControlBase.Owner property used to bind the ColumnChooserControl to a data-aware control.

To create a Column Chooser for a GridControl, do the following:

To create a Customization Form for a PivotGridControl, follow these steps:

See Also