ColumnChooserControlBase Class
In This Article
Serves as the base class for column choosers used with data-aware controls.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
Column chooser controls are used to show and hide columns/fields of GridControl or PivotGridControl.
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:
- create a DevExpress.Xpf.Grid.ColumnChooserControl instance;
- assign the GridControl.View property value to the ColumnChooserControlBase.Owner property.
To create a Customization Form for a PivotGridControl, follow these steps:
- create a PivotFieldListControl (for a simple Customization Form) or a PivotExcelFieldListControl (for an Excel-style Customization Form) instance;
- assign the PivotGridControl instance to the ColumnChooserControlBase.Owner property.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ColumnChooserControlBase
#Extension Methods
See Also