Skip to main content

PivotGridControl.FieldListStyle Property

Gets or sets a style that defines the visual appearance of the Customization Form. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(0)]
public FieldListStyle FieldListStyle { get; set; }

#Property Value

Type Description
FieldListStyle

A DevExpress.Xpf.PivotGrid.FieldListStyle enumeration member specifying the style of the Customization Form.

See Also