Skip to main content

PivotGridOptionsViewBase.GetShowHeaders(PivotArea) Method

Gets whether the specified field header area is visible.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool GetShowHeaders(
    PivotArea area
)

Parameters

Name Type Description
area PivotArea

A PivotArea value that specifies the field header area.

Returns

Type Description
Boolean

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

Remarks

This method supports the control’s internal infrastructure. Usually there is no need to call it directly. To determine whether a specific field header area is visible use the PivotGridOptionsViewBase.ShowColumnHeaders, PivotGridOptionsViewBase.ShowDataHeaders, PivotGridOptionsViewBase.ShowFilterHeaders and PivotGridOptionsViewBase.ShowRowHeaders properties.

See Also