Back to Devexpress

FieldListControlBase Class

wpf-devexpress-dot-xpf-dot-pivotgrid-2038b8f9.md

latest3.5 KB
Original Source

FieldListControlBase Class

Serves as the base class for a pivot grid’s Customization Controls.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public abstract class FieldListControlBase :
    ColumnChooserControlBase
vb
Public MustInherit Class FieldListControlBase
    Inherits ColumnChooserControlBase

Remarks

The Field List is used to show and hide pivot grid fields. To learn more, see Field List Overview.

By default, a PivotGridControl allows you to use a built-in Field List invoked in a popup window. You can also create a standalone Customization Control that replicates the Field List but can be placed wherever required.

The FieldListControlBase class serves as the base class for standalone Customization Controls.

To create a standalone Customization Control for a pivot grid, do the following:

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ColumnChooserControlBase FieldListControlBase PivotExcelFieldListControl

PivotFieldListControl

See Also

FieldListControlBase Members

DevExpress.Xpf.PivotGrid Namespace