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

DataViewBase.ColumnChooserFactory Property

Gets or sets a custom Column Chooser. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

[Browsable(false)]
public IColumnChooserFactory ColumnChooserFactory { get; set; }

Property Value

Type Description
IColumnChooserFactory

An object that implements the IColumnChooserFactory interface.

See Also