Skip to main content
A newer version of this page is available. .

PivotGridControl.IsFieldListMenuEnabled Property

Gets or sets whether the Customization Form Layout menu is available for end-users.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public bool IsFieldListMenuEnabled { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

pivotgrid_fieldlistlayout

Set the IsFieldListMenuEnabled property to false to prevent end-users from invoking the Customization Form Layout menu.

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

To learn more about the Customization Form, see Customization Form.

See Also