PivotGridControl.IsFieldListMenuEnabled Property
In This Article
Gets or sets whether the Customization Form Layout menu is available for end-users.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
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.
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