PivotFieldListControl Class
A simple-style Customization Form.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[TemplateVisualState(GroupName = "EnableDragOver", Name = "DisableD")]
[TemplateVisualState(GroupName = "EnableDragOver", Name = "Enable")]
[DXToolboxBrowsable]
public class PivotFieldListControl :
FieldListControlBase
#Remarks
Customization Form is used to show, hide and reorder pivot grid fields, as well as move them between areas. To learn more, see Customization Form.
By default, the Customization Form is displayed in a separate window. Use the PivotFieldListControl class to manually create a standalone Customization Form that can be located in the same window with PivotGridControl.
After the PivotFieldListControl is created, you should specify a PivotGridControl that will own the Customization Form. To do this, assign the desired PivotGridControl instance to the PivotFieldListControl.Owner property.
To create an Excel-style Customization Form, use the PivotExcelFieldListControl class.