# C1.Win.List.ListBase.C1ListBase.WillChangeToText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_WillChangeToText_" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToText*">WillChangeToText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_WillChangeToText_" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToText*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_WillChangeToText" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToText">WillChangeToText</h4>
<div class="markdown level1 summary"><p>Returns the string identifying the text for the item to be selected.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public string WillChangeToText { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property WillChangeToText As String</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_WillChangeToText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This property will most likely be used during SelChange event, and it will give you the text of the new selected item. 
It is related to <a class="xref" href="C1.Win.List.ListBase.C1ListBase.WillChangeToIndex.html#C1_Win_List_ListBase_C1ListBase_WillChangeToIndex">WillChangeToIndex</a>, which refers to the new selected index.
</p>
<p>
The WillChangeToText property returns an empty string when the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.WillChangeToIndex.html#C1_Win_List_ListBase_C1ListBase_WillChangeToIndex">WillChangeToIndex</a> property is set to -1.
</p>
</div>
</div>
