Skip to main content

TcxPivotGridFieldGroup.IsLastVisibleField(TcxPivotGridField) Method

Determines whether a particular field is the last visible element in the current group.

Declaration

function IsLastVisibleField(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 displayed as the last element in the current field, i.e. it doesn’t have child grouped fields or these fields are hidden. Otherwise, False is returned.

See Also