PivotGridControl.FieldListAllowedLayouts Property
In This Article
Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public FieldListAllowedLayouts FieldListAllowedLayouts { get; set; }
#Property Value
Type | Description |
---|---|
Field |
One or several Field |
#Remarks
Use the PivotGridControl.FieldListLayout property to specify the layout actually applied to the Customization Form.
To specify the Customization Form style, use the PivotGridControl.FieldListStyle property.
See Also