Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Header Visibility

Page 1 of 178 (1774 items)Prev1234567176177178Next
Drop Filter Fields Here
Page 1 of 178 (1774 items)Prev1234567176177178Next

The ASPxPivotGrid control provides four options that control the visibility of field headers within header areas. For instance, you can hide column field headers which will prevent users from adding new fields to the Column Header Area, move existing column fields to other areas, etc.

To show/hide field headers located within different areas, use the following check boxes:

  • The the Show Filter Headers check box - shows/hides field headers, located within the Filter area. To customize the headers visibility in code, use the ShowFilterHeaders property.
  • The the Show Column Headers check box - shows/hides field headers, located within the Column area. To customize the headers visibility in code, use the ShowColumnHeaders property.
  • The the Show Data Headers check box - shows/hides field headers, located within the Data area. To customize the headers visibility in code, use the ShowDataHeaders property.
  • The Show Row Headers check box - shows/hides field headers, located within the Row area. To customize the headers visibility in code, use the ShowRowHeaders property.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxPivotGridDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxPivotGridDemos