DataViewBase.ColumnChooserFactory Property
In This Article
Gets or sets a custom Column Chooser. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
[Browsable(false)]
public IColumnChooserFactory ColumnChooserFactory { get; set; }
#Property Value
Type | Description |
---|---|
IColumn |
An object that implements the IColumn |
See Also