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

ColumnChooserControlBase() Constructor

Initializes a new instance of the ColumnChooserControlBase class.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public ColumnChooserControlBase()

Remarks

Instances of this base class are not intended to be created in your code.

To create a Column Chooser, use the ColumnChooserControlBase descendant classes. See ColumnChooserControlBase, for more information.

See Also