IColumnChooserFactory.Create(Control) Method
Creates a new IColumnChooser with the specified owner.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | Control | The owner control. |
Returns
| Type | Description |
|---|---|
| IColumnChooser | An object that implements the IColumnChooser interface. |
See Also