Skip to main content

IColumnChooserFactory.Create(Control) Method

Creates a new IColumnChooser with the specified owner.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

IColumnChooser Create(
    Control owner
)

Parameters

Name Type Description
owner Control

The owner control.

Returns

Type Description
IColumnChooser

An object that implements the IColumnChooser interface.

See Also