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