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


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

Property Value

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