Skip to main content
A newer version of this page is available. .

IColumnChooserFactory.Create(Control) Method

Creates a new IColumnChooser with the specified owner.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

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