| C1.Win.C1List.4 Assembly > C1.Win.C1List.ListBase Namespace > C1ListBase Class : WillChangeToText Property |
'Declaration Public ReadOnly Property WillChangeToText As System.String
public System.string WillChangeToText {get;}
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 WillChangeToIndex, which refers to the new selected index.
The WillChangeToText property returns an empty string when the WillChangeToIndex property is set to -1.