Skip to main content
A newer version of this page is available. .

PivotGridOptionsViewBase.GetShowHeaders(PivotArea) Method

Gets whether the specified field header area is visible.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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