Back to Devexpress

PivotGridControl.IsFieldListMenuEnabled Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-4e8fb712.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsFieldListMenuEnabled { get; set; }
vb
Public Property IsFieldListMenuEnabled As Boolean

Property Value

TypeDescription
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

FieldListLayout

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace