TcxPivotGridOptionsCustomize.Hiding Property
In This Article
Specifies the enabled state of the Hide item within the filter header context menu.
#Declaration
Delphi
property Hiding: Boolean index 1 read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
The Hide item of the field header context menu corresponds to the operation, which moves the selected field to the customization form. Thus this field will be hidden in the view.
Set the Hiding property to False, to disable the Hide item.
Note
the Hide item is not shown in the menu, if the fpmi
The default value of the Hiding property is True.
See Also