TcxPivotGridOptionsCustomize.Hiding Property
Specifies the enabled state of the Hide item within the filter header context menu.
Declaration
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 fpmiHide flag on the TcxPivotGridFieldHeaderMenu.Items property is set to False.
The default value of the Hiding property is True.
See Also