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

TcxPivotGridOptionsCustomize.QuickCustomization Property

Specifies the enabled state of the Show Field List item within the field header context menu and the header area context menu.

#Declaration

Delphi
property QuickCustomization: Boolean index 3 read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The Show Field List item represents an operation, which invokes the customization form.

Set the QuickCustomization property to False, to disable the Show Field List item.

Note

the Show Field List item is not shown in the field header context menu, if the fpmiFieldList flag on the TcxPivotGridFieldHeaderMenu.Items property is set to False.

The default value of the QuickCustomization property is True.

See Also