Back to Devexpress

PivotGridControl.FieldListFactory Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-2c7202c0.md

latest1.3 KB
Original Source

PivotGridControl.FieldListFactory Property

Represents a custom Field List. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public IColumnChooserFactory FieldListFactory { get; set; }
vb
<Browsable(False)>
Public Property FieldListFactory As IColumnChooserFactory

Property Value

TypeDescription
IColumnChooserFactory

An object that implements the IColumnChooserFactory interface.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace