# C1.Win.FlexGrid.CellStyle.ComboList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellStyle_ComboList_" data-uid="C1.Win.FlexGrid.CellStyle.ComboList*">ComboList Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellStyle_ComboList_" data-uid="C1.Win.FlexGrid.CellStyle.ComboList*"></a>
<h4 id="C1_Win_FlexGrid_CellStyle_ComboList" data-uid="C1.Win.FlexGrid.CellStyle.ComboList">ComboList</h4>
<div class="markdown level1 summary"><p>Gets or sets a pipe-delimited list of valid values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public string ComboList { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property ComboList As String</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellStyle_ComboList_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the cell is editable, this list of values is used to populate the drop-down
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.combobox">ComboBox</a> used to edit the cell.</p>
<p>If the list starts with a pipe character, then the list is not exclusive and the
user may type values that are not on the list.</p>
<p>If the list contains three periods ("..."), then a button is displayed in the
cell. When the user presses the button, the grid fires the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.CellButtonClick.html">CellButtonClick</a> 
event.</p>
<p>If the list contains a pipe followed by three periods ("|..."), then a button is 
displayed in the cell as before, and the user may also type into the cell.</p>
<p>See also the <a class="xref" href="C1.Win.FlexGrid.CellStyle.DataMap.html#C1_Win_FlexGrid_CellStyle_DataMap">DataMap</a> property for an alternate way of specifying
valid values for a cell.</p>
</div>
</div>
