Skip to main content

PivotGridGroup.IsFieldVisible(PivotGridField) Method

Returns a value which identifies whether the specified field is visible.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsFieldVisible(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the field within the DXPivotGrid control.

Returns

Type Description
Boolean

true if the specified field is visible; otherwise, false.

Remarks

Use the IsFieldVisible method to determine whether the specified field is visible onscreen. If the group is collapsed and the field is hidden as a result, this method returns false. If the specified field isn’t contained within the current group, the IsFieldVisible method returns the PivotGridField.Visible property’s value of the field.

See Also