PivotGridControl.FieldListFactory Property
In This Article
Represents a custom Field List. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public IColumnChooserFactory FieldListFactory { get; set; }
#Property Value
Type | Description |
---|---|
IColumn |
An object that implements the IColumn |
See Also