PivotExcelFieldListControl Class
An Excel-style Customization Form.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[TemplateVisualState(Name = "MouseLeave", GroupName = "ShowLayoutListGroup")]
[TemplateVisualState(Name = "MouseEnter", GroupName = "ShowLayoutListGroup")]
[DXToolboxBrowsable]
public class PivotExcelFieldListControl :
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 PivotExcelFieldListControl class to manually create a standalone Customization Form that can be located in the same window with PivotGridControl.
After the PivotExcelFieldListControl is created, you should specify a PivotGridControl that will own the Customization Form. To do this, assign the desired PivotGridControl instance to the PivotExcelFieldListControl.Owner property.
To create a simple-style Customization Form, use the PivotFieldListControl class.