Skip to main content

ColumnChooserControlBase() Constructor

Initializes a new instance of the ColumnChooserControlBase class.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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