Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / DataValueField Property
Example


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

    Property Value

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