Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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