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


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

    Property Value

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