FieldListLayout Enum
In This Article
Lists values that specify the layout of the Customization Form.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Stacked |
|
Stacked |
|
Top |
|
Bottom |
|
Bottom |
#Passed To
You can pass FieldListLayout values to the PivotGridControl.FieldListLayout property.
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.FieldListLayout property.
See Also