FieldListStyle Enum
Lists values that specify the Customization Form's style.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Simple | An end-user can move fields to the pivot grid using drag and drop. |
Excel2007 | An end-user can: - move a field from the Customization Form using drag and drop; - move a field to a specific area by dragging its field header between the Customization Form's area boxes; - perform delayed layout updates. First, check the Defer Layout Update check box, then drag fields between the areas and then click the Update button. |
#Passed To
You can pass FieldListStyle values to the PivotGridControl.FieldListStyle property.
#Remarks
The values listed by this enumeration are used to set the PivotGridControl.FieldListStyle property's value.