Skip to main content

TcxPivotGridFieldGroup.IsFieldVisible(TcxPivotGridField) Method

Determines whether a particular field is visible within the current group.

Declaration

function IsFieldVisible(AField: TcxPivotGridField): Boolean;

Parameters

Name Type
AField TcxPivotGridField

Returns

Type
Boolean

Remarks

This function returns True when the field passed as the AField parameter is visible within the current group, i.e. its Visible property is set to True and none of its parent fields in the group are collapsed. Otherwise, False is returned.

See Also