Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnChooserControlBase Class

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: 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 Chooser for Data Grid, and Customization Form for Pivot Grid.

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