Skip to main content

PivotGridControl.FieldListAllowedLayouts Property

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
FieldListAllowedLayouts

One or several FieldListAllowedLayouts enumeration members that specify which layouts can be applied to the Customization Form.

#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