Returns or sets whether ColumnHeader objects in a ListView control are hidden in Report view.
object.HideColumnHeaders [= boolean]
The parts of the HideColumnHeaders property syntax are described in the following table.
Part | Description |
---|---|
object | An object expression that evaluates to a ListView control. |
boolean | A Boolean expression that specifies if the column headers are visible in Report view, as described in Settings. |
The settings for boolean are:
Setting | Description |
---|---|
True | The column headers are not visible. |
False | (Default) The column headers are visible. |
The ListItem objects and any related subitems remain visible even if the HideColumnHeaders property is set to True.