Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DataMember Property


In This Topic
DataMember Property (GcComboBox)
In This Topic
Gets or sets a value that represents a string of binding member.
Syntax
'Declaration
 
Public Property DataMember As String
 
'Usage
 
Dim instance As GcComboBox
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember

Property Value

A System.String value indicates the binding member.
The default is System.String.Empty.
See Also