Skip to main content

TcxPivotGridField.VisibleInGroup Property

Determines whether the current field is visible within the group that owns it.

Declaration

property VisibleInGroup: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True when the current field is visible within the group that owns it, i.e. the field’s Visible property is set to True and its parent fields (if any) are not collapsed. Otherwise, the value of the VisibleInGroup property is False.

See Also