Skip to main content

DataViewBase.ColumnChooserFactory Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type Description
IColumnChooserFactory

An object that implements the IColumnChooserFactory interface.

See Also