Visual InterDev

UseHeader Property

      Applies To

Specifies if the header row of the grid should be displayed. Available at design time.

Settings

The settings for UseHeader are:

Setting Description
True Specifies that the header row of the grid should be displayed.
False Specifies that the header row of the grid should not be displayed.

Remarks

This property is mapped to the Display header row option on the General Tab of the Grid Properties dialog box.

The UseHeader property is used by the Grid control when generating the HTML for the grid. The default value is True.