Skip to main content

PivotGridControl.IsFieldListMenuEnabled Property

Gets or sets whether the Field List Layout menu is available for end-users.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsFieldListMenuEnabled { get; set; }

Property Value

Type Description
Boolean

true if the Field List Layout menu is available for end-users; otherwise, false.

Remarks

By default, end-users are allowed to change the Field List layout via a popup menu invoked when clicking the Field List Layout button.

pivotgrid_fieldlistlayout

Set the IsFieldListMenuEnabled property to false to prevent end-users from invoking the Field List Layout menu.

You can change the Customization From layout in code, using the PivotGridControl.FieldListLayout property.

To learn more about the Field List, see Field List.

See Also