Back to Devexpress

ColumnChooserControlBase Class

wpf-devexpress-dot-xpf-dot-core-c279a7d9.md

latest3.5 KB
Original Source

ColumnChooserControlBase Class

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ColumnChooserControlBase :
    Control,
    ILogicalOwnerProvider
vb
Public Class ColumnChooserControlBase
    Inherits Control
    Implements 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:

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ColumnChooserControlBase FieldListControlBase

PivotFieldListControl

ExtendedColumnChooserControl

PivotExcelFieldListControl

ColumnChooserControl

See Also

ColumnChooserControlBase Members

DevExpress.Xpf.Core Namespace