Visual InterDev
Specifies the font style for the header row of the grid. Available at design time.
Settings
The settings for TitleFontStyle are:
Setting | Description |
0 – Plain | Specifies that the header row of the grid should not be Bold or Italic. |
1 – Bold | Specifies that the header row of the grid should be Bold. |
2 – Italic | Specifies that the header row of the grid should be Italic. |
3 – Bold Italic | Specifies that the header row of the grid should be Bold and Italic. |
Remarks
This property is mapped to the Bold and Italic options on the Format Tab of the Grid Properties dialog box when the All detail rows option is selected. The default value is 1.
The TitleFontStyle property is used by the Grid control during the generation of the HTML to determine if the <B> and/or <I> tags should be added.