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
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