Skip to main content

TcxPivotGridField.Visible Property

Specifies whether the current field is displayed within the pivot grid.

Declaration

property Visible: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display the current field in the pivot grid in the area and position specified by the Area and AreaIndex properties, respectively. Otherwise, the field will be hidden in the pivot grid but still visible in the customization form provided that its Hidden property is set to False.

Hiding a field that belongs to a group results in hiding all the child fields that correspond to this field. Use the VisibleInGroup property to determine whether the field is visible within the group that owns it.

See Also