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.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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.
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