PivotGridOptionsViewBase.GetShowHeaders(PivotArea) Method
Gets whether the specified field header area is visible.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
area | Pivot |
A Pivot |
#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.