Skip to main content

IColumnChooserFactory Interface

Creates the Column Chooser.

Namespace: DevExpress.Xpf.Core

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

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