TcxPivotGridField.Hidden Property
In This Article
Specifies whether the field is displayed within the customization form.
#Declaration
Delphi
property Hidden: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
The customization form allows end-users to customize the visibility of fields within the pivot grid. You can manage the visibility of a field by setting its Visible property. If hidden either way, a field appears in the customization form provided that the field’s Hidden property is set to False. Otherwise, end-users will be unable to place the field back to the pivot grid since it’s hidden in the customization form.
To display the customization form, set the pivot grid’s Customization.Visible property to True.
The default value of the Hidden property is False.
See Also