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


In This Topic
    DataMember Property (ComboBoxCellType)
    In This Topic
    Gets or sets the name of the data member that populates the combo box.
    Syntax
    'Declaration
     
    Public Property DataMember As String
    'Usage
     
    Dim instance As ComboBoxCellType
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember
    public string DataMember {get; set;}

    Property Value

    String containing the data member
    Example
    This example uses a DataSet to populate the combobox.
    See Also