Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / DataMemberList Property


In This Topic
DataMemberList Property
In This Topic
Gets or sets the name of the data member that populates the list in the list portion of the combo box.
Syntax
'Declaration
 
Public Property DataMemberList As String
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As String
 
instance.DataMemberList = value
 
value = instance.DataMemberList
See Also