Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / DataMember Property
Example


In This Topic
    DataMember Property (MultiColumnComboBoxCellType)
    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 DataMember As String
    'Usage
     
    Dim instance As MultiColumnComboBoxCellType
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember
    public string DataMember {get; set;}
    Example
    This example uses the DataMember property.
    See Also