Skip to main content

TcxPivotGridFieldGroup.Visible Property

Specifies whether the current group is visible within the control.

Declaration

property Visible: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to display the current group (i.e. the headers of all the visible group’s fields) within the pivot grid control. Otherwise, all the fields in this group will be hidden in the pivot grid.

Note

The visibility of a group is determined by the Visible property of the first field in the group. Assigning a value to the group’s Visible property sets this field’s Visible property to the same value. When the group’s Visible property is set to False, the group is still visible in the customization form provided that the Hidden property of the first field is set to False.

See Also