API/AdHocSettings.md
... ...
@@ -179,8 +179,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
179 179
|Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]| Gets or sets whether reports thumbnails will get generated for each report. |False|
180 180
|String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]| Gets or sets the value indicating the table name that contains geodata for maps. |null|
181 181
|GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for the [[Izenda.AdHoc.OperatorTypes.Equals_Select|/API/Izenda/AdHoc/OperatorTypes/Izenda-AdHoc-OperatorTypes-Equals_Select]] operator.|null|
182
-|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]| Gets or sets the CSS style of grid headers when using the analysis grid or VG hierarchy option. |{Fore Color: White<br>Back Color: Black<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 9pt }}|
183
-|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]| Gets or sets the CSS style of grid items when using the analysis grid or VG hierarchy option. |{Fore Color: Black<br>Back Color: White<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 8pt }}|
182
+|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]| Gets or sets the CSS style of grid headers when using the analysis grid or VG hierarchy option. **(deprecated)** |{Fore Color: White<br>Back Color: Black<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 9pt }}|
183
+|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]| Gets or sets the CSS style of grid items when using the analysis grid or VG hierarchy option. **(deprecated)** |{Fore Color: Black<br>Back Color: White<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 8pt }}|
184 184
|Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]| Gets or sets the foreground color of grid headers. |Color [White]|
185 185
|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the Izenda.AdHoc.AdHocSettings.JoinedTablesList, Izenda.AdHoc.AdHocSettings.FieldList, and [[Izenda.Web.UI.FilterList|/API/Izenda/Web/UI/Izenda-Web-UI-FilterList]] headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:black;|
186 186
|NameValueCollection|[[HelpText|/API/CodeSamples/HelpText]]| Gets or sets the collection of key-value pairs where the key is the tab name and the value is a hint that will be shown when the mouse is hovered over the appropriate tab. |{}|