DataViewBase.ColumnChooserFactory Property
Gets or sets a custom Column Chooser. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IColumnChooserFactory | An object that implements the IColumnChooserFactory interface. |
See Also