Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

IColumnChooserFactory Interface

Creates the Column Band Chooser.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public interface IColumnChooserFactory

The following members return IColumnChooserFactory objects:

Remarks

The IColumnChooserFactory class is used to create new IColumnChooser instances.

See Also