Terminal.Gui.TableView.CellColorGetterArgs.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class TableView.CellColorGetterArgs
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class TableView.CellColorGetterArgs
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="Terminal.Gui.TableView.CellColorGetterArgs">
  74. <h1 id="Terminal_Gui_TableView_CellColorGetterArgs" data-uid="Terminal.Gui.TableView.CellColorGetterArgs" class="text-break">Class TableView.CellColorGetterArgs
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Arguments for a <a class="xref" href="Terminal.Gui.TableView.CellColorGetterDelegate.html">TableView.CellColorGetterDelegate</a>. Describes a cell for which a rendering
  78. <a class="xref" href="Terminal.Gui.ColorScheme.html">ColorScheme</a> is being sought
  79. </div>
  80. <div class="markdown level0 conceptual"></div>
  81. <div class="inheritance">
  82. <h5>Inheritance</h5>
  83. <div class="level0"><span class="xref">System.Object</span></div>
  84. <div class="level1"><span class="xref">TableView.CellColorGetterArgs</span></div>
  85. </div>
  86. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  87. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  88. <h5 id="Terminal_Gui_TableView_CellColorGetterArgs_syntax">Syntax</h5>
  89. <div class="codewrapper">
  90. <pre><code class="lang-csharp hljs">public class CellColorGetterArgs : Object</code></pre>
  91. </div>
  92. <h3 id="properties">Properties
  93. </h3>
  94. <a id="Terminal_Gui_TableView_CellColorGetterArgs_CellValue_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.CellValue*"></a>
  95. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_CellValue" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.CellValue">CellValue</h4>
  96. <div class="markdown level1 summary">
  97. The hard typed value being rendered in the cell for which color is needed
  98. </div>
  99. <div class="markdown level1 conceptual"></div>
  100. <h5 class="decalaration">Declaration</h5>
  101. <div class="codewrapper">
  102. <pre><code class="lang-csharp hljs">public object CellValue { get; }</code></pre>
  103. </div>
  104. <h5 class="propertyValue">Property Value</h5>
  105. <table class="table table-bordered table-striped table-condensed">
  106. <thead>
  107. <tr>
  108. <th>Type</th>
  109. <th>Description</th>
  110. </tr>
  111. </thead>
  112. <tbody>
  113. <tr>
  114. <td><span class="xref">System.Object</span></td>
  115. <td></td>
  116. </tr>
  117. </tbody>
  118. </table>
  119. <a id="Terminal_Gui_TableView_CellColorGetterArgs_ColIdex_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.ColIdex*"></a>
  120. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_ColIdex" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.ColIdex">ColIdex</h4>
  121. <div class="markdown level1 summary">
  122. The index of column in <a class="xref" href="Terminal.Gui.TableView.CellColorGetterArgs.html#Terminal_Gui_TableView_CellColorGetterArgs_Table">Table</a> for which color is needed
  123. </div>
  124. <div class="markdown level1 conceptual"></div>
  125. <h5 class="decalaration">Declaration</h5>
  126. <div class="codewrapper">
  127. <pre><code class="lang-csharp hljs">public int ColIdex { get; }</code></pre>
  128. </div>
  129. <h5 class="propertyValue">Property Value</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Type</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><span class="xref">System.Int32</span></td>
  140. <td></td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. <a id="Terminal_Gui_TableView_CellColorGetterArgs_Representation_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.Representation*"></a>
  145. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_Representation" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.Representation">Representation</h4>
  146. <div class="markdown level1 summary">
  147. The textual representation of <a class="xref" href="Terminal.Gui.TableView.CellColorGetterArgs.html#Terminal_Gui_TableView_CellColorGetterArgs_CellValue">CellValue</a> (what will actually be drawn to the screen)
  148. </div>
  149. <div class="markdown level1 conceptual"></div>
  150. <h5 class="decalaration">Declaration</h5>
  151. <div class="codewrapper">
  152. <pre><code class="lang-csharp hljs">public string Representation { get; }</code></pre>
  153. </div>
  154. <h5 class="propertyValue">Property Value</h5>
  155. <table class="table table-bordered table-striped table-condensed">
  156. <thead>
  157. <tr>
  158. <th>Type</th>
  159. <th>Description</th>
  160. </tr>
  161. </thead>
  162. <tbody>
  163. <tr>
  164. <td><span class="xref">System.String</span></td>
  165. <td></td>
  166. </tr>
  167. </tbody>
  168. </table>
  169. <a id="Terminal_Gui_TableView_CellColorGetterArgs_RowIndex_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.RowIndex*"></a>
  170. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_RowIndex" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.RowIndex">RowIndex</h4>
  171. <div class="markdown level1 summary">
  172. The index of the row in <a class="xref" href="Terminal.Gui.TableView.CellColorGetterArgs.html#Terminal_Gui_TableView_CellColorGetterArgs_Table">Table</a> for which color is needed
  173. </div>
  174. <div class="markdown level1 conceptual"></div>
  175. <h5 class="decalaration">Declaration</h5>
  176. <div class="codewrapper">
  177. <pre><code class="lang-csharp hljs">public int RowIndex { get; }</code></pre>
  178. </div>
  179. <h5 class="propertyValue">Property Value</h5>
  180. <table class="table table-bordered table-striped table-condensed">
  181. <thead>
  182. <tr>
  183. <th>Type</th>
  184. <th>Description</th>
  185. </tr>
  186. </thead>
  187. <tbody>
  188. <tr>
  189. <td><span class="xref">System.Int32</span></td>
  190. <td></td>
  191. </tr>
  192. </tbody>
  193. </table>
  194. <a id="Terminal_Gui_TableView_CellColorGetterArgs_RowScheme_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.RowScheme*"></a>
  195. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_RowScheme" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.RowScheme">RowScheme</h4>
  196. <div class="markdown level1 summary">
  197. the color scheme that is going to be used to render the cell if no cell specific color scheme is returned
  198. </div>
  199. <div class="markdown level1 conceptual"></div>
  200. <h5 class="decalaration">Declaration</h5>
  201. <div class="codewrapper">
  202. <pre><code class="lang-csharp hljs">public ColorScheme RowScheme { get; }</code></pre>
  203. </div>
  204. <h5 class="propertyValue">Property Value</h5>
  205. <table class="table table-bordered table-striped table-condensed">
  206. <thead>
  207. <tr>
  208. <th>Type</th>
  209. <th>Description</th>
  210. </tr>
  211. </thead>
  212. <tbody>
  213. <tr>
  214. <td><a class="xref" href="Terminal.Gui.ColorScheme.html">ColorScheme</a></td>
  215. <td></td>
  216. </tr>
  217. </tbody>
  218. </table>
  219. <a id="Terminal_Gui_TableView_CellColorGetterArgs_Table_" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.Table*"></a>
  220. <h4 id="Terminal_Gui_TableView_CellColorGetterArgs_Table" data-uid="Terminal.Gui.TableView.CellColorGetterArgs.Table">Table</h4>
  221. <div class="markdown level1 summary">
  222. The data table hosted by the <a class="xref" href="Terminal.Gui.TableView.html">TableView</a> control.
  223. </div>
  224. <div class="markdown level1 conceptual"></div>
  225. <h5 class="decalaration">Declaration</h5>
  226. <div class="codewrapper">
  227. <pre><code class="lang-csharp hljs">public DataTable Table { get; }</code></pre>
  228. </div>
  229. <h5 class="propertyValue">Property Value</h5>
  230. <table class="table table-bordered table-striped table-condensed">
  231. <thead>
  232. <tr>
  233. <th>Type</th>
  234. <th>Description</th>
  235. </tr>
  236. </thead>
  237. <tbody>
  238. <tr>
  239. <td><span class="xref">System.Data.DataTable</span></td>
  240. <td></td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. </article>
  245. </div>
  246. <div class="hidden-sm col-md-2" role="complementary">
  247. <div class="sideaffix">
  248. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  249. <h5>In This Article</h5>
  250. <div></div>
  251. </nav>
  252. </div>
  253. </div>
  254. </div>
  255. </div>
  256. <footer>
  257. <div class="grad-bottom"></div>
  258. <div class="footer">
  259. <div class="container">
  260. <span class="pull-right">
  261. <a href="#top">Back to top</a>
  262. </span>
  263. <span>Generated by <strong>DocFX</strong></span>
  264. </div>
  265. </div>
  266. </footer>
  267. </div>
  268. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  269. <script type="text/javascript" src="../../styles/docfx.js"></script>
  270. <script type="text/javascript" src="../../styles/main.js"></script>
  271. </body>
  272. </html>