DataMember Property (GcComboBoxCellType)
Gets or sets a value that represents a binding member string.
public string DataMember {get; set;}
'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.